Padding Padding
Janet
Systems
 Register  Login 
Telephone  01628 566 178
Website Design, Hosting and Software Services
  Search 
Padding
corner Padding corner
Padding Padding
corner Padding corner
 DotNetNuke Articles

To change a user name which has been entered incorrectly the database needs to be amended. This requires host level access, or access to the server.

The tables to be amended are:

Users

Change the entry in the column UserName

UPDATE aspnet_Users
SET UserName = 'myUserName',

aspnet_Users

Change the entry in the columns UserName and LoweredUserName

UPDATE aspnet_Users
SET UserName = 'myUserName',
SET LoweredUserName= 'myUserName',

Note that care should be taken to ensure that the revision to the username does not cause a conflict with another user name.

NAT January 2008


This article viewed: 81 times Back

Copyright © 2004-2007 Janet Systems Ltd.

 Print   

For DotNetNuke modules and skins take a look at:

Snowcovered

DotNetNuke Website design and hosting from £15.00 per month. More...

Looking for a website design company in the Thames Valley, call us on 01628 566178

DotNetNuke Modules
DotNetNuke Modules availalble from Janet Systems

DotNetNuke Skins
DotNetNukeSkins.gif

from Janet Systems

Padding
Copyright 2002-2008 Janet Systems Ltd.   Terms Of Use  Privacy Statement Saturday, May 17, 2008