problem with 'Usernames' enabled

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
hi

i check the global settings --> Other --> 'Usernames' enabled and now i can't acces to control panel,
what can i do for disable this option ?

please any help is great
thanks
13 years ago
1. Connect to your database andexecute the following SQL command
UPDATE [nop_setting]
SET [Value]=N'false'
where name = N'Customer.UsernamesEnabled'

2. Restart your applciation
13 years ago
a.m. wrote:
1. Connect to your database andexecute the following SQL command
UPDATE [nop_setting]
SET [Value]=N'false'
where name = N'Customer.UsernamesEnabled'

2. Restart your applciation


thanks for help me
the problem is ok now
11 years ago
a.m. wrote:
1. Connect to your database andexecute the following SQL command
UPDATE [nop_setting]
SET [Value]=N'false'
where name = N'Customer.UsernamesEnabled'

2. Restart your applciation


What does "UsernamesEnabled" setting do? does it allow the users to login using the username instead of the email address?
If yes then how to turn that feature on and what needs to be changed for that to work?
11 years ago
Usernames enable your customers to use a username instead of their email address.  In version 2.4 all you have to do is go to:

Admin -> Configuration -> Settings -> Customer Settings

Check the "Usernames enabled" checkbox at the top of the list of settings.

Hope this helps!
11 years ago
Tim2376 wrote:
Usernames enable your customers to use a username instead of their email address.  In version 2.4 all you have to do is go to:

Admin -> Configuration -> Settings -> Customer Settings

Check the "Usernames enabled" checkbox at the top of the list of settings.

Hope this helps!


Ok, thats what I was thinking. If I enable that will I face any problem like existing user are not able to log in as someone was having that kind of problem?
Also will it set the username in the cookie instead of the email?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.