mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
13 lines
No EOL
376 B
Text
13 lines
No EOL
376 B
Text
@page "/passwordResetRequired"
|
|
@model LBPUnion.ProjectLighthouse.Servers.Website.Pages.PasswordResetRequiredPage
|
|
|
|
@{
|
|
Layout = "Layouts/BaseLayout";
|
|
Model.Title = "Password Reset Required";
|
|
}
|
|
|
|
<p>An administrator has deemed it necessary that you reset your password. Please do so.</p>
|
|
|
|
<a href="/passwordReset">
|
|
<div class="ui blue button">Reset Password</div>
|
|
</a> |