MantisBT: master 91782fe0

Author Committer Branch Timestamp Parent
dregad dregad master 2018-05-06 23:10 master e16586bf
Affected Issues  0025061: Generic error is triggered when anonymous login is not defined
Changeset

Anonymous login requires account to be set

To enable anonymous login, we need both allow_anonymous_login and the
anonymous_account to be set.

The former without the latter results in a MantisBT generic error when
trying to login anonymously, as login.php is called with an empty
username.

Fixes 0025061

mod - core/authentication_api.php Diff File