You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user connects to ownCloud via his CAS account,
a user is correctly created and a password is generated.
But the user cannot know that password because it's encrypted,
nor change it, because he just don't know his password.
So I propose to create a file during user creation with CAS in ownCloud database
that contains the user password uncrypted, so the CAS user can connect with ownCloud
desktop or mobile client
The text was updated successfully, but these errors were encountered:
Don't know if create a file with a password is a good solution.
The password autogenerated during user creation with CAS is used becouse owncloud requires to set a password.
Maybe a better solution is to use the change password functionality of Owncloud and set the password that the user want for no-web access.
When a user connects to ownCloud via his CAS account,
a user is correctly created and a password is generated.
But the user cannot know that password because it's encrypted,
nor change it, because he just don't know his password.
So I propose to create a file during user creation with CAS in ownCloud database
that contains the user password uncrypted, so the CAS user can connect with ownCloud
desktop or mobile client
The text was updated successfully, but these errors were encountered: