wow, this is odd. now the form is completely different. The create team form had email, name, and roles fields, now it just has name.
in the console
You were looking at the wrong spot before...there's create team and create team membership
ah okay, now I get it, it gives that error if the email isn't a valid user. "Project registration is restricted" is a bit confusing error message.
I actually think that error is because you have a limit on number of users in your project
it should work through the console right?
it does work with a valid email though
it has a message there next to the limit setting saying it should work in the console
i think it should, yes
what do you mean?
in the create membership form, if the email isn't a valid email of a registered user, it gives that error message
i should change the title, it is the create membership
what do you mean by valid?
Project registration is restricted when creating a team membership
an existing user registered with that email address
i see. yes. the create membership API will create a user if you specify an email that doesn't exist. and since there's a user limit, you see an error
hmm
that said, just like how you can create a user even if you're over the user limit, i think the create membership should still work with an email that doesn't exist and it should create the user
yeah if it's done through the console
yes, through console or via api key.
Would you be able to create an issue on GitHub so that we don't lose track of this?
sure, will do
curious, what happens with the password etc of a user created this way?
no password is set. the end user can go through the password recovery flow or login via oauth or login via magic url
ah, thanks
https://github.com/appwrite/appwrite/issues/5516 created an issue
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- Is there way to copy project (backup/res...
I think there is betterr way of fast back up / restore specified project
- Database setup
Hi everybody, I'm new to AppWrite and I need some help designing a database. I'm trying to set up a database where: 1. There are USERS 2. A USER can create an ...