change login from username to email

08.11.2025 18:09
#1
auctionbroker
Joomshopping forum user no avatar
Name: Franz
05.06.2012
Posts: 89
Quote
change login from username to email

According to my forum research I just have to deselect the username from registration fields.
If I change it with existing customers in database I would have to overwrite the old usernames with their emails, right?
If so, is there a simple query for it or has it to be done manually?

I recognized that after unchecking the username Login site field changes 'username' to 'email' but login module doesn't.

 
10.11.2025 09:33
#2
Ivanmaxxmarketing
Joomshopping forum user no avatar
Name: Ivan
18.07.2019
Posts: 14
Quote
Aw: change login from username to email

Will be added in the new version of the mod_jshopping_login.

SQL query:
UPDATE `#__users` SET `username` = `email`

However, make sure to back up the users table before running the query.

 
10.11.2025 14:20
#3
auctionbroker
Joomshopping forum user no avatar
Name: Franz
05.06.2012
Posts: 89
Quote
Aw: change login from username to email

Thank you. seems to work.

meanwhile changed username to Email with language override


Letzte Änderung: 10.11.2025 14:22
 
13.11.2025 21:10
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28361
Quote
Aw: change login from username to email

new version:
Module login 5.1.1 (JoomShopping 5.0.0+)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.