diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 6d7d8635e..9a1c187ec 100644 --- a/include/users.h +++ b/include/users.h @@ -194,7 +194,7 @@ class CoreExport User : public Extensible * @param CheckSecure Only returns true if the user has secure off * @return true or false */ - virtual bool IsRecognized(bool CheckSecure = false); + virtual bool IsRecognized(bool CheckSecure = true); /** Check if the user is a services oper * @return true if they are an oper |
