add new user settings to RESX file
This commit is contained in:
@ -441,4 +441,16 @@
|
||||
<data name="VerifyUsers.Text" xml:space="preserve">
|
||||
<value>Verify Existing Users?</value>
|
||||
</data>
|
||||
<data name="AlwaysRemember.HelpText" xml:space="preserve">
|
||||
<value>Enabling this option will set a permanent cookie in conjunction with the Cookie Expiration Timespan, which will automatically sign in users the next time they visit the site. By default the site will use session cookies.</value>
|
||||
</data>
|
||||
<data name="AlwaysRemember.Text" xml:space="preserve">
|
||||
<value>Always Remember User?</value>
|
||||
</data>
|
||||
<data name="CookieExpiration.HelpText" xml:space="preserve">
|
||||
<value>You can choose to use a custom authentication cookie expiration timespan for each site (e.g. '08:00:00' for 8 hours). The default is 14 days if not specified.</value>
|
||||
</data>
|
||||
<data name="CookieExpiration.Text" xml:space="preserve">
|
||||
<value>Cookie Expiration Timespan:</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user