Posted on Dec 10, 2006, 8:55 pm by chris
| |
|
update [yourprefix]users set password=PASSWORD('[yourpassword]') where user_ID=1;
Of course, you have to replace [yourprefix] and [yourpassword] with their real value.
Afterwards I would recommend changing that password using the user cp as I do not trust passwords generated using PASSWORD() - nBBS is compatible with this format but it's only to support user bases migrated from other software.
|