-
Notifications
You must be signed in to change notification settings - Fork 5
Accounts
utahcon edited this page Sep 13, 2010
·
1 revision
Instead of regular usernames, based on email (unique)
Registration
- Create new account
– Allow for ticketing to create dummy account
- Send activation email
– If user did not define password generate password
– If user did not define password mark passwordChange flag = 1
Activation
- Email will contain “activate” link with “activation code”
– If the user cannot click the link, they can go to Login>Activate and a code box will be present
- Mark account as active (if code is valid)
– If passwordChange flag = 1 prompt for change of password