How to change the "Sign me in automatically" text

Is there any way of changing the text that's displayed instead of "Sign me in automatically"?

Have more questions? Submit a request

2 Comments

  • 0
    Avatar
    Matthew McBride

    The text for the checkbox is located in the file C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG\Resources\wss.en-US.resx under the key "login_pageRememberMe". You can either change the value in this file or edit the reference to this key in the login.aspx page where you can point to a custom resource file or hard-code the value in the .aspx page.

    When editing any resource file, keep in mind that they are subject to being overwritten during repair or upgrade installations.

    David Fisher
    Software Engineer
    SharePoint Solutions
  • 0
    Avatar
    Matthew McBride

    Quick update for anyone else that may need this info.  If the portal/website has already been created, the file will need to be modified here:

    C:\inetpub\wwwroot\wss\VirtualDirectories\<port>\App_GlobalResources

Please sign in to leave a comment.