Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for usernames #44

Closed
6 tasks done
abainczyk opened this issue Nov 11, 2019 · 0 comments
Closed
6 tasks done

Add support for usernames #44

abainczyk opened this issue Nov 11, 2019 · 0 comments

Comments

@abainczyk
Copy link
Collaborator

abainczyk commented Nov 11, 2019

As a first step in the direction of supporting collaboration between users in ALEX, we want to extend the user model by a username property.

Todos

  • update the user model to have the field 'username'
    • the username should be unique
  • create a component for the user registration form
    • it should be possible to specify a username in that form
  • on the start page, one should be able to switch between login and registration form via tabs
    • if the registration was successfull, the view should switch to the login form and insert the email and password combination
  • display the username in the top right corner in the header instead of the email prefix
  • when an admin creates / edits a new user via the user management view, he should be able to specify / edit the username
  • extend the table in the user management view to display the username of a user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants