Quote:
Originally Posted by alcazarx
All we could found in the code is, that when editing an administrator an "empty" record with only the user_id is created in the "administrator" table.
Thanks.
|
Administrator permissions are held in table 'administrator' column 'adminpermissions' as a bit field. You could easily create a query to copy the bit field from one 'userid' to another or handle it manually. Like @Ozzy47 said it is not something you will do every day, but I get the headache.
Please backup your database.