Browse Source

! A couple more permissions that guests can't have

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 years ago
parent
commit
1cb0cb6acb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Sources/ManagePermissions.php

+ 2 - 1
Sources/ManagePermissions.php

@@ -2249,10 +2249,11 @@ function loadIllegalGuestPermissions()
 		'profile_identity',
 		'profile_identity',
 		'profile_extra',
 		'profile_extra',
 		'profile_signature',
 		'profile_signature',
-		'profile_forum_own',
+		'profile_forum',
 		'profile_other',
 		'profile_other',
 		'profile_password',
 		'profile_password',
 		'profile_title',
 		'profile_title',
+		'profile_blurb',
 		'profile_displayed_name',
 		'profile_displayed_name',
 		'profile_remove',
 		'profile_remove',
 		'profile_server_avatar',
 		'profile_server_avatar',