Hi
This article and video explain how to enable a locked admin account. Quite handy for SSA and Spectrum users!
https://li360.pitneybowes.com/s/article/How-to-unlock-the-Spectrum-Administrator-account
By default Spectrum sets a limit of 5 incorrect login attempts after which the admin account is locked. The 'enableadmin' command can be used to manually re-enable it.
If suitable to your environment, you can change this limit or completely disable it also. This is done via the <Spectrum installation folder>/server/app/spectrum-container.properties file.
In spectrum-container.properties, change the property maxFailedAttempts. For example,
- spectrum.security.authentication.maxFailedAttempts= 10
Account will be locked after 10 attempts.
- spectrum.security.authentication.maxFailedAttempts= -1
Account will never be locked.