Login / Register
The login / register page allows the user to authenticate inside the Kivy App.
Login
To log in inside the app, the user must fill out the email and password fields and then press the login button. If the password is incorrect or the user isn’t found, a proper error will be displayed.
To register, the user must fill out the username, email first name, last name and password then hit register. If a user with this email already exists, a proper message will be displayed.
Last updated on