Skip to content

Commit

Permalink
Merge pull request #60 from UpendoVentures/tasks/testing-updates
Browse files Browse the repository at this point in the history
Tasks/testing updates
  • Loading branch information
WillStrohl authored Dec 11, 2024
2 parents 6cbdc94 + 96f5050 commit 832d08d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions Modules/UpendoPrompt/App_LocalResources/Global.resx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
<value>No user account was found matching your query. Please check the UserID entered for accuracy and try again.</value>
</data>
<data name="Prompt_PasswordsResetted.Text" xml:space="preserve">
<value>{0} has chosen to require changed password(s) for: Scopt ({1}), UserID ({2}), RoleID ({3}), PortalID ({4}).</value>
<value>{0} has chosen to require changed password(s) for: Scope ({1}), UserID ({2}), RoleID ({3}), PortalID ({4}).</value>
</data>
<data name="Prompt_PopupMode_FlagScope.Text" xml:space="preserve">
<value>Specify whether you want to apply this action to only the current site, or all sites. The accepted values include 'current' and 'all'.</value>
Expand All @@ -501,7 +501,11 @@
<value>This user account is not authorized to perform this action.</value>
</data>
<data name="Prompt_ResetPassword_ResultHtml.Text" xml:space="preserve">
<value>&lt;div&gt;REPLACE ME 001&lt;/div&gt;</value>
<value>&lt;div&gt;
&lt;h4&gt;Resets the Password for One or Many User Accounts&lt;/h4&gt;
&lt;code class="block"&gt;password-reset [--scope &amp;lt;current|all&amp;gt;] [--userid &amp;lt;integer&amp;gt;] [--roleid &amp;lt;integer&amp;gt;] [--portalid &amp;lt;integer&amp;gt;]&lt;/code&gt;
&lt;p&gt;Your request to reset the password for the specified user accounts was successful. Each user account will be prompted to change their password the next time they log in. &lt;/p&gt;
&lt;/div&gt;</value>
</data>
<data name="Prompt_ScopeInvalid.Text" xml:space="preserve">
<value>The scope can only be 'all' or 'current'. Omitting it will default to 'current'.</value>
Expand Down
6 changes: 3 additions & 3 deletions Modules/UpendoPrompt/releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
<h3>Version 01.07.00</h3>
<h4>Enhancements</h4>
<ul>
<li>Increased minimum DNN support to 09.11.00. (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/52" target="_blank">Issue 52</a>, thanks <a href="https://github.com/alejoroman0605" target="_blank">@alejoroman0605</a>!)</li>
<li>SI: Added `password-reset` as a new command. You can choose to flag which account(s) to specify for reset using multiple flags. (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/pulls/56" target="_blank">No Issue</a>, thanks <a href="https://github.com/ArielBlanco1990" target="_blank">@ArielBlanco1990</a>!)</li>
<li>Added `set-testusers` &amp; `delete-testusers` as new commands. This helps to create test environments during development. (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/45" target="_blank">Issue 45</a>, thanks <a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>!)</li>
<li>Added `delete-demousers` as a new command. This allows authorized end-users to permanently delete user accounts created by `set-demousers`. (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/45" target="_blank">Issue 45</a>, thanks <a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>!)</li>
<li>Added `delete-demousers` as a new command. This allows authorized end-users to permanently delete user accounts created by `set-demousers`. (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/45" target="_blank">Issue 45</a>, thanks <a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>!)</li>
<li>Increased minimum DNN support to 09.11.00. (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/52" target="_blank">Issue 52</a>, thanks <a href="https://github.com/alejoroman0605" target="_blank">@alejoroman0605</a>!)</li>
<!--
<li>SI: (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/" target="_blank">Issue </a>, thanks <a href="https://github.com/" target="_blank">@</a>!)</li>
-->
</ul>
<h4>Maintenence &amp Bug Fixes</h4>
<ul>
<li>SI: Command `set-demousers` Not Working if Membership Rules are Are Not Met (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/47" target="_blank">Issue 47</a>, thanks <a href="https://github.com/alejoroman0605" target="_blank">@alejoroman0605</a>!)</li>
<li>SI: Command `set-demousers` Not Working if Membership Rules are Not Met (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/47" target="_blank">Issue 47</a>, thanks <a href="https://github.com/alejoroman0605" target="_blank">@alejoroman0605</a>!)</li>
<li>Uninstall Script Doesn't Remove `uvm_Prompt_GetThemesUsed` Stored Procedure (<a href="https://github.com/UpendoVentures/Upendo-Dnn-Prompt/issues/43" target="_blank">Issue 43</a>, thanks <a href="https://github.com/alejoroman0605" target="_blank">@alejoroman0605</a>!)</li>
<li>Updated to Build Against .NET 4.8 (No Issue. Thanks, <a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>!)</li>
<li>Added a Missing Reference for an Earlier SqlDataProvider file (No Issue. Thanks, <a href="https://github.com/WillStrohl" target="_blank">@WillStrohl</a>!)</li>
Expand Down

0 comments on commit 832d08d

Please sign in to comment.