initial commit
This commit is contained in:
19
app/View/Users/prereset.ctp
Normal file
19
app/View/Users/prereset.ctp
Normal file
@@ -0,0 +1,19 @@
|
||||
<style>
|
||||
* {box-sizing: border-box}
|
||||
|
||||
.contentDiv{
|
||||
margin:0px auto;border:1px solid #ccc;background:#FFFFFF;
|
||||
}
|
||||
.innerDiv{
|
||||
padding: 50px;font-size: 18px;font-weight: bold;
|
||||
}
|
||||
.lginLink{
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
<div class="col-md-8 contentDiv">
|
||||
<div class="innerDiv">
|
||||
<p>A password reset link has been sent to your email account. Please check your inbox and follow the instruction.</p>
|
||||
<br><br><br>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user