Public & users

Forms

class DepartmentForm(formdata=<object object>, **kwargs)[source]

Allows user to update profile information

Variables:
  • department – sets user department based on choice of available departments or none value
  • first_name – sets first_name value based on user input
  • last_name – sets last_name value based on user input
class ExtendedRegisterForm(*args, **kwargs)[source]

Custom registration form to enforce accepted emails

Variables:pass

Views

Users

POST /users/profile

View to update user model with data passed through form after validation

GET /users/profile

View to update user model with data passed through form after validation

Public

GET /_status

Reports about App Status