Hi,
I’m just trying out NocoBase and it looks very promising for what I need. I’m creating a public facing app where volunteers register. A lot of these people might not be that tech literate so everything needs to be as simple as possible.
Because of this I’d like to make signup more simple and I can’t find any info on this from searching. I’d be really greatful if someone could help me with the below points:
- I don’t want them to have to set a username, just use their email. I thought I’d hide the username field on signup and have a workflow to set it to the email. This seems like a bad idea because the validation on the username excludes “.” and “@”. I also tried to use a workflow to generate a username based off their nickname (which I renamed “Full Name”) plus some random digits however I can’t work out how to use calculate to remove the spaces or generate the digits. What’s the best way to effectively stop using the username, am I thinking about this wrong?
- I don’t want to use the phone number field. Is it safe to delete this or should it just be left empty?
