• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Log in form problem
Log in form problem
Soldierdevil
Posts: 154
Reputation: 1

Message # 1 | 12:33 PM
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
Kasach
Posts: 31
Reputation: 6

Message # 2 | 5:19 PM
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 :)
Soldierdevil
Posts: 154
Reputation: 1

Message # 3 | 6:33 AM
Kasach, thank you so much. It worked!
Systems developer
uCoz Community » For Webmasters » Design Customization » Log in form problem
  • Page 1 of 1
  • 1
Search: