One of my user's needed their email changed. I changed the username in the database, like so.
update aspnet_Users set username = 'steve.melchert@gmail.com', loweredusername = 'steve.melchert@gmail.com' where UserName like '%sjm%'
After updating, I was able to edit the user in FBA User Managment, but he still can't login with the new username.
Anyone have any ideas?
update aspnet_Users set username = 'steve.melchert@gmail.com', loweredusername = 'steve.melchert@gmail.com' where UserName like '%sjm%'
After updating, I was able to edit the user in FBA User Managment, but he still can't login with the new username.
Anyone have any ideas?