|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Log in form problem |
Log in form problem |
I recently switched from local authorization to uID authorization and now users complain dont know how to log in so how can i permanently get rid of this log in form
to replace it with this one Systems developer
|
Hey Soldierdevil,
you can Switch between the "style" of the uID Login button, you have to Switch here to the old one. And add the following code somewhere on your Website, for example between <head> & </head>. Code <script type="text/javascript"> $(document).ready(function(){ $('#uidLogButton div:last a').click(); }); </script> Sincerly, Kasach You can find me on the unofficial uCoz Discord :)
|
Kasach, thank you so much. It worked!
Systems developer
|
| |||
| |||