⚠️ This issue respects the following points: ⚠️
Bug description
One of my Nextcloud instances links on public shares to a no longer existing Nextcloud.com registration page.
I also found the reference to this URL still in the code of the current master:
|
$defaultSignUpLink = 'https://nextcloud.com/signup/'; |
Steps to reproduce
- Create share link
- Open share link
- See bottom footer:
- Click on "Get your own free account"
- See "Not found" page
Expected behavior
A page with more purpose. I assume the old registration page no longer exists now.
Nextcloud Server version
32
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
This Nextcloud instance has been running for 8 years now and has been upgraded over time. This is the one showing this link. I assume by (old) default as I cannot remember configuring this manually.
Other "newer" Nextcloud instances I administer do not show this link by default. Still I think this could be removed from the code now, or replaced with a working link.
Bug description
One of my Nextcloud instances links on public shares to a no longer existing Nextcloud.com registration page.
I also found the reference to this URL still in the code of the current master:
server/lib/private/TemplateLayout.php
Line 179 in d49f90b
Steps to reproduce
Expected behavior
A page with more purpose. I assume the old registration page no longer exists now.
Nextcloud Server version
32
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
This Nextcloud instance has been running for 8 years now and has been upgraded over time. This is the one showing this link. I assume by (old) default as I cannot remember configuring this manually.
Other "newer" Nextcloud instances I administer do not show this link by default. Still I think this could be removed from the code now, or replaced with a working link.