-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting email not possible for external users (when password change is not allowed) #10005
Comments
It fixed the problem for me. But I don't know if it is a proper solution.
The problem with this fix is that opencloud does not have access to the database IMAP uses to store password. This forces the email field to show up but it is effectively useless. Am I missing something? |
The email in the field is not only used for password recovery! The email address is also used for notifications. If it is not possible to set the email you are not able to receive notifications. The email field should be editable indendant from the possibility to change the password or not. Am 4. Februar 2015 18:50:09 MEZ, schrieb littlekid440 [email protected]:
|
Maybe something we should think of in #12998 |
I believe this appears to be the reason I am having trouble in 8.1.1 any idea how I can get around this? this leaves me quite stuck as many features need the email address in the account |
same issue here thx for working on it |
Any news on this one? I can set an Email Address, but is there a way to automatically set it when using the imap backend? |
Hep! Just in case, I thought I had this same problem on a new server but found out it was because the PUT request method wasn't allowed on the server! Open your browser's console with F12 to verify. |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
In preferences the section to change the email address for a user should be shown without any pre-conditions. It should be possible for external users to set their email address even when a password change is not possible for those users.
Actual behaviour
Section to change email address in preferences is not show because it is only displayed when the user is allowed to change the password. For external users (e.g. IMAP Auth via user_external) it is not possible to set the password. Because it is not possible to change the password.
Server configuration
Operating system: Ubuntu 14.04
Web server: Apache 2.4.7
Database: MySQL 5.6.17
PHP version: 5.5.9
ownCloud version: 7.0.0
Updated from an older ownCloud or fresh install: Updated from 6.0.4
The text was updated successfully, but these errors were encountered: