Changing Username Script (SQL)
Mon, Oct 3 2005
Downloads: 776
File size: 974 B
Views: 4,676
 |
Changing Username Script (SQL) |
The purpose of this script is for changing a username in CS 1.1.
A quick check of the aspnet_Users table is performed before executing the update statements.
The update statements are wrapped in a transaction.
Known Issues / Limitations
- This query does not validate the new username against Disallowed Names.
- This query will not update the post body, including reports found within the Reporting Forum where the Post author is displayed in the report details.
- The cs_EmailQueue is not included.
- This will not update any tables outside of the original CS tables.
References (previous discussions)
Changing Username Script (SQL)
Why is it not possible to change a user name?
Is there a way to change a user's login name?