Skip to content
Snippets Groups Projects
Commit b42cce73 authored by rswindell's avatar rswindell
Browse files

Give guest accounts the 'C' (chat) restriction by default, too open to abuse.

parent 63d72526
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ guest.security.restrictions|=UFLAG_P; // can't post ...@@ -32,6 +32,7 @@ guest.security.restrictions|=UFLAG_P; // can't post
guest.security.restrictions|=UFLAG_M; // can't post on networked subs (redundant) guest.security.restrictions|=UFLAG_M; // can't post on networked subs (redundant)
guest.security.restrictions|=UFLAG_W; // can't write to the auto-message guest.security.restrictions|=UFLAG_W; // can't write to the auto-message
guest.security.restrictions|=UFLAG_R; // can't remove files guest.security.restrictions|=UFLAG_R; // can't remove files
guest.security.restrictions|=UFLAG_C; // can't chat
guest.security.exemptions|=UFLAG_G; // multiple simultaneous logins guest.security.exemptions|=UFLAG_G; // multiple simultaneous logins
guest.security.exemptions|=UFLAG_L; // unlimited logons per day guest.security.exemptions|=UFLAG_L; // unlimited logons per day
guest.security.exemptions|=UFLAG_T; // unlimited time online guest.security.exemptions|=UFLAG_T; // unlimited time online
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment