Problem: cannot login to any OLDs
Closed this issue · 0 comments
jrwdunham commented
Problem:
We cannot login to any OLDs. We need an interface for authentication.
Acceptance Criteria:
- Create a login page in DativeRF with a login form
- It should perform validation: username and password cannot be empty
- It should allow the user to choose the OLD to which they are trying to authenticate. The OLDs available for authentication can be hard-coded for this task.
- It should associate the user returned by a successful login under
(:user db)
.