View Issue Details

IDProjectCategoryView StatusLast Update
0022928mantisbtadministrationpublic2017-06-04 14:58
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.4.1 
Target Version2.5.0Fixed in Version2.5.0 
Summary0022928: $g_anonymous_account is case sensitive, preventing normal users from logging in
Description

If anonymous_account is set to an account name in a different case, the following happens:

  • Anonymous access works.
  • Login button is not available, hence, users can't login in.

Workaround, is to use exact case for the username in the configuration option.

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 9edd9b14

2017-05-25 19:39

vboctor


Details Diff
Make `$g_anonymous_account` not case sensitive

If the case of this config option and the username mismatched,
the anonymous access worked, but the login button didn’t causing
normal users to not be able to login or signup.

Fixes 0022928
Affected Issues
0022928
mod - core/user_api.php Diff File