Affected Versions: Not version specific. See Cause.
Issue:
You modify the Copyright verbiage on the SecureAuth admin realm and it does not apply. On the bottom of the webpage, it keeps saying "Copy right text goes here."
Cause:
This seem to be sporadic and there is no correlation to what version it occurs on. However, it has been noticed that it most often happens to older secureauth versions or customers coming from a old version. Also, it frequently happens when developers provide a custom theme and base it off this flawed version.
The old code hard codes the Copyright text into the file: SecureAuthMaster2.Master in the themes folder.
The new code is able to lift it from an ASP variable.
Resolution:
- Open Notepad in administrator mode
- Open the SecureAuthMaster2.Master file. This is located in the themes folder of your realm.
example: D:\Secureauth\SecureAuth6\Themes\2012\SecureAuthMaster2.Master - On the botton of the document, modify the text for the CopyrightText:
Comments
Please sign in to leave a comment.