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
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
A method needs to be made for people who have lost their admin URL to get back into the panel without resorting to the deletion of their settings. A /forgot or /help page should be created for this purpose where people have the option to email themselves the login or, barring that, be offered a single-click to Admin.
** Note **
If people are going to a /forgot URL because they forgot, it may make more sense for people to be automatically redirected to the appropriate URL. This may introduce the possibility of intrusion should someone re-create a person's login token but, at 32 case-sensitive, alpha-numeric characters in length, it would require a remarkable amount of dedication.
Perhaps a /login or /admin would make the most sense for people who have a Token. People with no token would be re-directed to the /forgot page.
A method needs to be made for people who have lost their admin URL to get back into the panel without resorting to the deletion of their settings. A /forgot or /help page should be created for this purpose where people have the option to email themselves the login or, barring that, be offered a single-click to Admin.
** Note **
If people are going to a /forgot URL because they forgot, it may make more sense for people to be automatically redirected to the appropriate URL. This may introduce the possibility of intrusion should someone re-create a person's login token but, at 32 case-sensitive, alpha-numeric characters in length, it would require a remarkable amount of dedication.
Perhaps a /login or /admin would make the most sense for people who have a Token. People with no token would be re-directed to the /forgot page.