Merge branch 'master' into lars

This commit is contained in:
Lars van Hijfte
2017-01-25 16:19:07 +01:00
7 changed files with 28 additions and 23 deletions

View File

@@ -8,4 +8,8 @@ function checkLoggedIn() {
function bannedAlert(){
alert("Your account is banned");
}
function emailNotConfirmed(){
alert("Your account has not been verified yet!\nAnother email has been sent to you")
}