Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

check_password case sensitive uid problems #7

Open
thorpedo opened this issue Jan 20, 2015 · 0 comments
Open

check_password case sensitive uid problems #7

thorpedo opened this issue Jan 20, 2015 · 0 comments

Comments

@thorpedo
Copy link

For check_password function the uid retrieved from CAS is case sensitive. This are a bit problematic for final users, i suggest normalize uid to upper.
I change this sentence:

$uid = phpCAS::getUser(); (user_cas.php line 118) to: $uid = strtoupper(phpCAS::getUser());
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant