Difference between revisions of "Recover a locked Root User account"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Created page with "Category:FMR_How_To_Guides If the root account becomes locked, to unlock it you will need access to the underlying database that stores all of the Registry information....")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:FMR_How_To_Guides]]
+
[[Category:How_To]]
 +
= Unlocking a locked Root Account =
  
If the root account becomes locked, to unlock it you will need access to the underlying database that stores all of the Registry information.  
+
To unlock a locked Root Account in the Registry you will need access to the underlying database that stores all of the Registry information.
  
In the database there will be a table with the name 'registry_root_security'.
+
In the database there will be a table with the name 'registry_root_security'.
  
 
This table contains the following information about the root account: the username; the password (encrypted); the number of times a wrong password can be entered before the account is locked; whether or not the root account is locked.
 
This table contains the following information about the root account: the username; the password (encrypted); the number of times a wrong password can be entered before the account is locked; whether or not the root account is locked.
  
To unlock a locked root user set the value of the column 'is_locked' to 0. There is no need to restart the Registry after this change, the root user is now unlocked.
+
To unlock a locked root user set the value of the column 'is_locked' to 0. There is no need to restart the Registry after this change, the root user is now unlocked.

Latest revision as of 07:18, 4 September 2023

Unlocking a locked Root Account

To unlock a locked Root Account in the Registry you will need access to the underlying database that stores all of the Registry information.

In the database there will be a table with the name 'registry_root_security'.

This table contains the following information about the root account: the username; the password (encrypted); the number of times a wrong password can be entered before the account is locked; whether or not the root account is locked.

To unlock a locked root user set the value of the column 'is_locked' to 0. There is no need to restart the Registry after this change, the root user is now unlocked.