[Tip] Issues with username on login?

 
Petri Kosunen
 
Avatar
 
 
Petri Kosunen
Total Posts:  66
Joined  05-11-2014
 
 
 
05 November 2014 18:47
 

I have had few reports already that if username has spaces or dots, users can not login to forums. Login is working fine when going from main site instead, so it has to be something with the forum login form settings in this theme.

Ideas?

 
eeBootstrap Support Team
 
Avatar
 
 
eeBootstrap Support Team
Total Posts:  105
Joined  22-09-2014
 
 
 
05 November 2014 19:02
 

Open eeBootstrap.js
Search: “Validation Form - login”

Remove the code below or modify to suite your case.
( if you remove remeber the “,” at the begin of code.)

,
 
regexp{
         regexp
: /^[a-zA-Z0-9_@]+$/,
         
message'The Username can only consist of alphabetical, number and underscore'
 

 

 
 
Petri Kosunen
 
Avatar
 
 
Petri Kosunen
Total Posts:  66
Joined  05-11-2014
 
 
 
05 November 2014 19:11
 

Ok, thanks for this one. I can shout out that it should be fixed now!