atk4 / login

Add-on implementing User Login, Registration, Management and Password
https://agiletoolkit.org
MIT License
26 stars 22 forks source link

Compatibility Updates atk4/login >= 2.1 #54

Closed bedengler closed 4 years ago

bedengler commented 4 years ago

I worked on making login incl. demos work in atk4 >= 2.1. An issue I can't fix is in Auth.php, line 153. When deactivating this line, the forms for login & register load up. If activated it fails. I don't know why and the error tells me not enough. I think it needs more experienced people here.

2nd major issue: when logging in, there's an error popping up for a ProxyModel. I wasn't able to locate where it comes from.

Help is very appreciated in making this work again incl. demos.

DarkSide666 commented 4 years ago

This PR should fix all compatibility issues at this moment https://github.com/atk4/login/pull/57

Please check if after merging this in there are anything not-working left.

bedengler commented 4 years ago

Conflicts resolved, register.php optimised, instructions and a sql example dump added. Getting the demo running should be straight forward now...

DarkSide666 commented 4 years ago

OK then closing this one.