Advertisement
Guest User

Untitled

a guest
May 26th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. *client_admin signs up
  2. *system saves client_admin and company in user_approval and company_approval tables
  3. *system sends mail to client_admin informing that is waiting approval
  4. *system sends mail to admin informing that has a client_admin waiting approval
  5. *admin confirm client_admin
  6. *system saves client_admin and company in login_user and company tables
  7. *system sends mail to client_admin informing that was approved
  8. *client_admin logs in
  9. *client_admin adds client_user
  10. *system saves client_user with password=null and is_enabled=false (where? user_approval or login_user?)
  11. *system sends mail to client_user with link to set password
  12. *client_user sets password
  13. *system save password and set is_enabled=true
  14. *client_user logs in
  15.  
  16. http://mingle.intra.sears.com/projects/contest_and_sweepstakes/cards/2917
  17. http://mingle.intra.sears.com/projects/contest_and_sweepstakes/cards/2921
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement