freecrm
New Member
- Messages
- 629
- Reaction score
- 0
- Points
- 0
OK this is probably simple but I'm not sure where to start.
Registration process:
I'm not expecting a written script - just some ideas please.
Registration process:
1) User enters password/ password inserted to DB (needs encryption)
2) system sends e-mail to user with validation link and confirmation of password (probably an un-encrypted copy).
3) user re-enters password on validation page (encrypted entry to be compared with DB entry)
Login:3) user re-enters password on validation page (encrypted entry to be compared with DB entry)
User enters username/password
encrypted password entry needs to be compared with encrypted version in DB
I'm not expecting a written script - just some ideas please.