| Version 2 (modified by , 4 days ago) ( diff ) |
|---|
UseCase10 - Sign-up
Initiating actor: Guest
Description
A new guest(that doesn't have an account) want to be able to do restricted functions. The guest must sign-up first and when he does he is allowed to do everything a client can.
Scenario
- Clicks on the sign-up button.
- Fills in the form.
- Submits it.
INSERT INTO users (username, email, name, surname, password_hash, created_at) VALUES ( 'client.nina', 'nina.client@petify.com', 'Nina', 'Ristova', 'hash_test_123', NOW() ) RETURNING user_id;
Attachments (2)
- main.png (94.8 KB ) - added by 4 days ago.
- signup.png (104.3 KB ) - added by 4 days ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.

