Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for case sensitivity issue #8 #130

Open
wants to merge 2 commits into
base: master
from

Conversation

@someone-somenet-org
Copy link

@someone-somenet-org someone-somenet-org commented Mar 3, 2020

Hopefully fixes #8

There is no way to sign off a commit in the github web-gui.

Also: Please squash the edits and/or "steal" the changes by committing as author = someone of you maintainers.

Signed-off-by: Someone <someone@somenet.org>
Signed-off-by: Someone <someone@somenet.org>
@someone-somenet-org someone-somenet-org force-pushed the someone-somenet-org:patch-1 branch from 6810e9e to f124d90 Mar 5, 2020
@violoncelloCH
Copy link
Member

@violoncelloCH violoncelloCH commented Apr 2, 2020

nice idea! thanks!

did you have the opportunity to test this?

$this->storeUser($uid);
return $uid;
return $this->storeUser($uid);
Comment on lines -79 to +79

This comment has been minimized.

@violoncelloCH

violoncelloCH Apr 2, 2020
Member

I guess we would need to add this change to every backend...

This comment has been minimized.

@someone-somenet-org

someone-somenet-org Apr 3, 2020
Author

It should have no direct impact on any other backends, because it returned the uid before and returns the uid after the change too... just slightly diffrent.

It would likely make sense to adapt this change for other backends too, but i currently dont have the resources to do this and test it for all other backend. (I just fixed the problem for our instance. :)

This comment has been minimized.

@violoncelloCH

violoncelloCH Apr 10, 2020
Member

okay I see; thank you very much!

@violoncelloCH violoncelloCH changed the title Patch 1 fix for case sensitivity issue #8 Apr 2, 2020
@someone-somenet-org
Copy link
Author

@someone-somenet-org someone-somenet-org commented Apr 3, 2020

nice idea! thanks!

did you have the opportunity to test this?

No formal testing like writing tests happened. It is/was running fine on our instance/no users reported issues.

Unfortunately, due to covid, our activities died down pretty hard, so I am not sure if users started to experience any issues since, or if we are just dead. Noone complained yet.

@violoncelloCH
Copy link
Member

@violoncelloCH violoncelloCH commented Apr 10, 2020

okay, thanks - that's what I wanted to know :)
I'll see if I find the time to finish this PR up or if someone else wants to work on it (before I find the time to do so): feel free :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.