feat(user): Report profiles

This adds a simple email-based mechanism to report profiles for
abuse. An email with text from the report is sent to Free Code
Camp's support account with the reporter's account in copy. This
also adds the reporter's details to the report for follow ups.
This commit is contained in:
Mrugesh Mohapatra
2016-12-15 02:54:59 +05:30
parent ff07a36378
commit 1f67c72fc6
6 changed files with 139 additions and 14 deletions

View File

@@ -1145,7 +1145,7 @@ and (max-width : 400px) {
-webkit-overflow-scrolling: touch;
}
// Reset/Delete Account Modal Styles
// Account Modal Styles
.modal-dialog {
margin: 80px;
@@ -1184,6 +1184,14 @@ and (max-width : 400px) {
background-color: #208e36;
border-color: darkgreen;
}
.modal-textarea {
width: 100%;
max-width: 590px;
border: 2px solid #ccc;
border-radius: 5px;
padding: 5px;
}
}
}