-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As I write yote apps, I can see how the accounts might be better.
For example,
- an app will have different password recovery email text sent
- an app may require email confirmation
- an app may have its own user permissions scheme
So, accounts may have a configuration, or simply set up sometihng like an email template and assign the template to the account object itself. There could also be a policy object passed in as a parameter to the account that controls if it needs to be confirmed, etc.
(note, its the overall login that has a general root flag)