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
* Normalize on `/login`... keep `register` to ourselves in the code... we already do this a lot... think `index.js` vs `main`.
* Removed one dead route... why would we want to do `/github` to `/`... means to me that it's dead... just return a default 404.
* Fixed one doc send with status 302 to redirect instead... default is 302 ... would use a 307 but that's only HTTP/1.1 and would definitely rule out any older browser although may be reconsidered at a later date
* Some white space treatment
Applies to OpenUserJS#1198OpenUserJS#135 and post OpenUserJS#1174
<spanclass="help-block small">Enter your username for our site to use with your preferred <ahref="https://www.wikipedia.org/wiki/OAuth">OAuth</a>/<ahref="https://www.wikipedia.org/wiki/OpenID">OpenID</a> service.</span>
<iclass="fa fa-exclamation-triangle"></i><strong>WARNING</strong>: The username entered may include additional sanitizing for web friendly URLs and Userscript engine compatibility. If you wish to see the sanitization changes please enable JavaScript and <ahref="/register">start over</a>.
19
+
<iclass="fa fa-exclamation-triangle"></i><strong>WARNING</strong>: The username entered may include additional sanitizing for web friendly URLs and Userscript engine compatibility. If you wish to see the sanitization changes please enable JavaScript and <ahref="/login">start over</a>.
<iclass="fa fa-exclamation-triangle"></i><strong>CAUTION</strong>: The username that you choose to register will be displayed to everyone. It is strongly recommended to <strong>not</strong> attempt to use an email address.
35
+
<iclass="fa fa-exclamation-triangle"></i><strong>CAUTION</strong>: The username that you choose to login with will be displayed to everyone. It is strongly recommended to <strong>not</strong> attempt to use an email address.
0 commit comments