linagora / linshare

LinShare
https://www.linshare.org/
GNU Affero General Public License v3.0
449 stars 84 forks source link

[6.0.3] Guest password reset page issue (again) #275

Closed matdemb closed 1 year ago

matdemb commented 1 year ago

Hi, I uploaded my server oin 6.0.3 version and I have an annoying issue: New guests can't access the reset password page. There are redirected to login page after a 401 http error. I didn't test in previous version between 4.2.6 and 6.0.3. How to correct that? Regards,

matdemb commented 1 year ago

My problem is because the link contain a "//" ex: https://mon.domaine.fr//#!/xxxxxxx. It wasn't a problem before. I try to find why there is this "//".

matdemb commented 1 year ago

modified in domain/URL Notification. Strange that it previously worked .

fabienmoyon commented 1 year ago

Hello @matdemb,

You are too fast!

Yes in 6.0.3 we make a breaking change : ui-user urls changed for OIDC, we removed the #! charaters into linshare-default.properties except for uploadrequests urls.

You can have a look the documentation here : https://github.com/linagora/linshare/blob/master/documentation/EN/upgrade/linshare-upgrade-from-v6.0-to-v6.0.2.md#update-linshare-defaultproperties-guide

Regards, Fabien

matdemb commented 1 year ago

Hi, during the upgrade I modified the apache part (adding the rewrite) but I forgot this part. I add this in my linshare.properties file. Thanks.