allow host username to be specified during installation, allow user to be added to host role, refresh user list after delete, improve date/time entry in scheduled jobs, require license acceptance during module and theme install
This commit is contained in:
@ -154,13 +154,13 @@
|
||||
<value>Email:</value>
|
||||
</data>
|
||||
<data name="Password.HelpText" xml:space="preserve">
|
||||
<value>Provide the password for the host user account</value>
|
||||
<value>Provide a password for the primary user account</value>
|
||||
</data>
|
||||
<data name="Password.Text" xml:space="preserve">
|
||||
<value>Password:</value>
|
||||
</data>
|
||||
<data name="Username.HelpText" xml:space="preserve">
|
||||
<value>The username of the host user account (this is not customizable)</value>
|
||||
<value>Provide a username for the primary user account</value>
|
||||
</data>
|
||||
<data name="Username.Text" xml:space="preserve">
|
||||
<value>Username:</value>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
@ -154,16 +154,16 @@
|
||||
<value>Select how often you want the job to run</value>
|
||||
</data>
|
||||
<data name="Starting.HelpText" xml:space="preserve">
|
||||
<value>What time do you want the job to start</value>
|
||||
<value>Optionally enter the date and time when this job should start executing</value>
|
||||
</data>
|
||||
<data name="Ending.HelpText" xml:space="preserve">
|
||||
<value>When do you want the job to end</value>
|
||||
<value>Optionally enter the date and time when this job should stop executing</value>
|
||||
</data>
|
||||
<data name="RetentionLog.HelpText" xml:space="preserve">
|
||||
<value>Number of log entries to retain for this job</value>
|
||||
</data>
|
||||
<data name="NextExecution.HelpText" xml:space="preserve">
|
||||
<value>Next execution for this job.</value>
|
||||
<value>Optionally modify the date and time when this job should execute next</value>
|
||||
</data>
|
||||
<data name="Type.Text" xml:space="preserve">
|
||||
<value>Type: </value>
|
||||
|
@ -217,10 +217,10 @@
|
||||
<value>Enter the password for the integrated security</value>
|
||||
</data>
|
||||
<data name="HostUsername.HelpText" xml:space="preserve">
|
||||
<value>Enter the username of the host for this site</value>
|
||||
<value>Enter a valid host username</value>
|
||||
</data>
|
||||
<data name="HostPassword.HelpText" xml:space="preserve">
|
||||
<value>Enter the password for the host of this site</value>
|
||||
<value>Enter a valid host password</value>
|
||||
</data>
|
||||
<data name="Name.Text" xml:space="preserve">
|
||||
<value>Site Name: </value>
|
||||
|
Reference in New Issue
Block a user