work on controllers/views started
This commit is contained in:
5
app/views/user_maintenance/delete_account.html.erb
Normal file
5
app/views/user_maintenance/delete_account.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<h1>Delete My Account</h1>
|
||||
|
||||
<p>In order to maintain accountability, accounts cannot be deleted on this site. If you're worried about someone searching for your name, you can rename your account. But any existing dmail, forum post, comment, or post will still be attributed to you.</p>
|
||||
|
||||
<p>Exceptions will be made for cases of extreme harassment. This harassment must have occurred on this site, whether through dmails, comments, or forum posts. Please send a dmail to an admin with details and evidence of harassment.</p>
|
||||
5
app/views/user_maintenance/login_reminder.html.erb
Normal file
5
app/views/user_maintenance/login_reminder.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<h1>I Forgot My Login</h1>
|
||||
|
||||
<p>If you supplied an email address when signing up, <%= Danbooru.config.app_name %> can email you your login information. Password details will not be provided and will not be changed.</p>
|
||||
|
||||
<p>If you didn't supply a valid email address, you are out of luck.</p>
|
||||
5
app/views/user_maintenance/reset_password.html.erb
Normal file
5
app/views/user_maintenance/reset_password.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<h1>I Forgot My Password</h1>
|
||||
|
||||
<p>If you supplied an email address when signing up, <%= Danbooru.config.app_name %> can reset your password and email you the new one. You are strongly advised to change your password once you log on again.</p>
|
||||
|
||||
<p>If you didn't supply a valid email address, you are out of luck.</p>
|
||||
Reference in New Issue
Block a user