owncloud / qnap

App for qnap - license defines number of allowed users - this app disables those over the limit
GNU General Public License v2.0
3 stars 3 forks source link

Guests app does not work due to incorrect forwarding #30

Closed GeraldLeikam closed 3 years ago

GeraldLeikam commented 3 years ago

After creating a share for a guest user, he or she will receive the email and can also call up the link for setting the password, but the automatic forwarding (after clicking on "Set Password") does not work because it is apparently redirected from https to http.

I suspect the password is not saved in the database because the previously set password does not work after calling the login link.

jnweiger commented 3 years ago

Seen with ownCloud for QNAP 10.8.0 RC1 from ownCloud_10.8.0_arm-x41.qpkg (dated 2021-07-19)

The owncloud app in my qnap test instance presents itself on https://10.90.4.178/owncloud and on http://10.90.4.178:8080/owncloud The link in the invitation mail is incorrect. It should either have https:// or the :8080 port number: ( I am inspecting the URL by hovering the mouse on the link and see what appears in the lower left corner of the window )

image

http:// on default port 80 seem not configured. Should it?

Workaround: Manually change the link to port 8080, then setting password and logging in works fine for me. http://10.90.4.178:8080/owncloud/apps/guests/register/jw@owncloud.com/gAaXgwgjyrZNEx1shbRtT

jnweiger commented 3 years ago

Re-testing with with ownCloud for QNAP 10.8.0 from ownCloud_10.8.0_arm-x41.qpkg (dated 2021-07-27)

wkloucek commented 3 years ago

caused by https://github.com/owncloud/qnap/issues/40

jnweiger commented 3 years ago

Retested with https://github.com/owncloud/qnap-packaging/releases/tag/v10.8.0.0-rc3

Confirmed fixed.