196
HTML & templates / Re: Alternative login form for modern browsers
« on: May 04, 2020, 11:52:40 AM »
Successfully introduced this new login system to my template just now! Please wait for my next update!
Hint: If you put a login form below the [unauthorized] section, you can also add this to your template:
Then view http://127.0.0.1/~login0 (must root, not subfolders), you get your login form without showing the browser's one!
And then you can replace all <a href="~login"> to <a href="/~login0">. Have fun!
Hint: If you put a login form below the [unauthorized] section, you can also add this to your template:
Code: [Select]
[login0]
{.$unauthorized.}
Then view http://127.0.0.1/~login0 (must root, not subfolders), you get your login form without showing the browser's one!
And then you can replace all <a href="~login"> to <a href="/~login0">. Have fun!