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
Is your feature request related to a problem? Please describe.
It would be great when a user loged in via IMAP Auth, if not only his domain could be used as a group membership but if the e-mail address could also be used as the email address of the created nextcloud user.
Describe the solution you'd like
I'd like to have another boolean field in the configuration (config.php) of the backend to enable auto fill in of the given e-mail address.
violoncelloCH
changed the title
When Using IMAP User Authentication e-mail address should be used as e-mail address of NC user.
on IMAP authentication use e-mail address as emaol of NC user
Jan 7, 2020
ghost
changed the title
on IMAP authentication use e-mail address as emaol of NC user
on IMAP authentication use e-mail address as email of NC user
Jan 8, 2020
Is your feature request related to a problem? Please describe.
It would be great when a user loged in via IMAP Auth, if not only his domain could be used as a group membership but if the e-mail address could also be used as the email address of the created nextcloud user.
Describe the solution you'd like
I'd like to have another boolean field in the configuration (config.php) of the backend to enable auto fill in of the given e-mail address.
'user_backends' => array( array( 'class' => 'OC_User_IMAP', 'arguments' => array( 'mail.foo.com', 993, 'ssl', 'example.com', false, true, true ), ), ),
Describe alternatives you've considered
Alternatively this entree could be created by default.
The text was updated successfully, but these errors were encountered: