oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

Fixed case-sensitivity issue with calling the updatePassword view #21

Closed bcswartz closed 11 years ago

bcswartz commented 11 years ago

When I installed BugLogHQ in a case-sensitive Unix environment, I could not get past the mandatory admin password change step because the updatePassword.cfm file wouldn't be invoked (the HTML form to change the password would not appear). The error stated it could not find the "UpdatePassword.cfm" template.

I tracked the issue down to this line: changing it fixed the problem.