threefoldtech / info_grid

Apache License 2.0
1 stars 2 forks source link

Update Owncloud docs on how to enable TFConnect account #291

Closed A-Harby closed 11 months ago

A-Harby commented 1 year ago

Description

I deployed my own cloud instance, and when I tried to login using the TFconnect account, it said that the account was disabled and I should contact admin to enable it.

Steps to reproduce

  1. Go to the playground.
  2. Navigate to the OwnCloud solution.
  3. Deploy an instance using default resources.
  4. Login with the TFConnect option.

Logs/Alerts

image image

A-Harby commented 1 year ago

Updated docs to include how to enable users https://manual.grid.tf/playground/owncloud.html

image

xmonader commented 1 year ago

adding this for more explanation on the issue

this issue been known for at least 2 years, it's not an issue

the admin (with admin credentials, should manually enable the users to be able to use it)

tf connect handles authentication only, but authorization (to be able to view, upload files, .. etc requires admin action to allow the authenticated user to do anything) that's why it's in disabled state, by default otherwise anyone can just login and use it

you need to login with admin credentials (user/password) then go to users and enable the user
Mik-TF commented 11 months ago

When #317 is merged, we should be able to close this issue.