Entries for 九月 2007

23

I have sucessfully used the following script to change the dnn username (by going to host -> SQL):

================================================

update users set username='newusername' where username='oldusername'

update aspnet_Users set username='newusername' ,loweredusername='newusername' where username='oldusername'

================================================

[Read the rest of this article...]

Posted in: DNN "How to..."
 
LatestArticles