diff --git a/exec/login.js b/exec/login.js
index 1083473666fa9b08d920ed7ace44b16ff04fa610..e1464dc409338fdcc40abf783e92e73598a300f9 100644
--- a/exec/login.js
+++ b/exec/login.js
@@ -54,6 +54,7 @@ for(var c=0; c<10; c++) {
 		if(usernum) {
 			var u = new User(usernum);
 			if(!(u.settings&(USER_DELETED|USER_INACTIVE))
+				&& u.security.level < 90
 				&& netaddr_type(u.netmail) == NET_INTERNET
 				&& !console.noyes("Did you forget your password")) {
 				console.print("\1n\1c\1hPlease confirm your Internet e-mail address: \1y");