diff options
| author | Michael <[email protected]> | 2017-05-17 20:38:51 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 20:38:51 -0400 |
| commit | 2ee768de1b0aa31dea49f1f8771aea6b96e55820 (patch) | |
| tree | 8b46583c1643c9f06c1c5d5cdcd9bf2e069f6539 /Project-Unite | |
| parent | dba51cca7f51bb567d977a16109481850c444255 (diff) | |
| download | project-unite-2ee768de1b0aa31dea49f1f8771aea6b96e55820.tar.gz project-unite-2ee768de1b0aa31dea49f1f8771aea6b96e55820.tar.bz2 project-unite-2ee768de1b0aa31dea49f1f8771aea6b96e55820.zip | |
the danger zone
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Views/Manage/Index.cshtml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index df5d6b9..9aab632 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -157,6 +157,25 @@ </div> } </div> + <div class="tab-pane fade in" id="t_danger"> + <h2>The Danger Zone</h2> + + <p>Be careful with these settings. These can cause data-loss or other issues.</p> + + <div class="row"> + <div class="col-xs-6"> + <h4>Purge my data</h4> + <p>Use this option to purge all data associated with your account.</p> + <a href="@Url.Action("PurgeData")" class="btn btn-danger"><span class="glyphicon glyphicon-arrow-right"></span> Purge it all.</a> + </div> + <div class="col-xs-6"> + <h4>Delete my account</h4> + <p>Use this option to permanently remove your account from the ShiftOS community. <strong>This will render your save files, skins, and other data INACCESSIBLE. There is NO GOING BACK ONCE YOU CLICK THIS DAMN BUTTON.</strong></p> + <a href="@Url.Action("DeleteAccount")" class="btn btn-danger"><span class="glyphicon glyphicon-trash"></span> I COMPLETELY UNDERSTAND. NOW DELETE IT.</a> + </div> + + </div> + </div> <hr/> <input type="submit" value="Update" class="btn btn-primary" /> </div> |
