Added confirmation login email
This commit is contained in:
@@ -8,4 +8,11 @@ function checkLoggedIn() {
|
||||
|
||||
function bannedAlert(){
|
||||
alert("Your account is banned");
|
||||
}
|
||||
|
||||
function emailNotConfirmed(userID){
|
||||
if (confirm("Your email is not confirmed.\nPress ok to send another confirmation.") == true) {
|
||||
sendConfirmEmail(userID);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user