-
Notifications
You must be signed in to change notification settings - Fork 0
Registration
George Waller edited this page Sep 13, 2020
·
3 revisions
The first thing every user will need to do to access the site is to register an account.
The registration page is available by pressing the Register button on the login page or typing 'hostname/register' into the url.
The registration page has the following fields:
Field | Requirements |
---|---|
Username | 20 characters or less made up of letters, underscores and numbers. Must be unique. |
Must be a valid email. Must be unique. | |
Password | Password must have: a digit, a lower-case character, an upper-case character, a special character !"$%&/()[]?^'+-* and be between 8 and 20 characters inclusive |
Confirm Password | Must match the previous password |
User Type | Drop down select from Designer, Technician, Student |
Register button validates the form and returns the user to log in if successful.
Login button returns the user to the login page.