You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the user Login and Update password page. First time users can login using Admin/Admin and then change password and username.
Signed-off-by: Salisu Ali <[email protected]>
When Login for the very first time, The default Login is ```Admin/Admin```. This login credentials cannot be used to make modifications in ZEBRA, so The user will automatically be redirected to UPDATE Password page.
3
+
4
+
## Update Password
5
+
The user will need to Update his password using this page. As for user name, The user can choose any username of his choice. The user is also expected to provide access token and refresh token secrets of his choice.
6
+
7
+
## Restart ZEBRA
8
+
The user will need to restart ZEBRA before the new login credentials can be used
9
+
10
+
## Error
11
+
This error occurs when ZEBRA redirects user to /undefined. This happens when ZEBRA cannot find the redirect URL after login. The user can simply go back to the homepage and try login in again.
0 commit comments