mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing "Remember me" checkbox
Work Item: 16870 --HG-- branch : dev
This commit is contained in:
@@ -28,9 +28,6 @@
|
||||
@Html.Password("password")
|
||||
@Html.ValidationMessage("password")
|
||||
</li>
|
||||
<li>
|
||||
@Html.CheckBox("rememberMe", new { id = "remember-me" })<label class="forcheckbox" for="remember-me">@T("Remember me?")</label>
|
||||
</li>
|
||||
<button class="primaryAction" type="submit">@T("Sign In")</button>
|
||||
</ol>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user