You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/register endpoint allows people to register with an email address. preferrably they should also supply a password and name
(though both of these are optional)
Acceptance Criteria
unique email address (reject if duplicate)
assign random password if unset?
The text was updated successfully, but these errors were encountered:
/register
endpoint allows people to register with an email address.preferrably they should also supply a
password
andname
(though both of these are
optional
)Acceptance Criteria
The text was updated successfully, but these errors were encountered: