-
Notifications
You must be signed in to change notification settings - Fork 191
How to add a user
Abhishek Yadav edited this page Aug 9, 2019
·
2 revisions
A user can sign up on his/her own too. But in case we need to create an account from the admin, the following steps can be followed:
- We only need a unique username and as password here.
- After the account is created, we can edit it to add an email id
Here: https://in.pycon.org/cfp/nimda/auth/user/add/
- The email id can be marked as verified by editing the email from the above list
Here: https://in.pycon.org/cfp/nimda/account/emailaddress/
That's all