tatsuyamoriguchi / Sleep-Tracer

1 stars 0 forks source link

Add User Registration view and functions. #26

Closed tatsuyamoriguchi closed 2 months ago

tatsuyamoriguchi commented 2 months ago

Users input their email address and password.
Upon submission, the app validates the input and creates a new user account if the input is valid.
Optionally, the app can send a verification email for account activation.