Self add user module

Hi,
that's make few days I'm looking for enable a service for my friends/family to create their own user on my owncloud and I don't find how to do this.

I enable External user support 0.4.
I added

  'user_backends' => array(
        array(
                'class' => 'OC_User_IMAP',
                'arguments' => array('{imap.gmail.com:993/imap/ssl}INBOX')
        )
  ),

but nothing happen.

can you give me the way please ?
ty

Server configuration
Operating system: jessie
Web server: lamp apache2
Database: mysal
PHP version: 5
ownCloud version (see ownCloud admin page):9.1.3

Hi,

this user backend won't allow your user to self-register on your server as long as they don't have an mail account on gmail. I think the following app is more something you're looking for:

https://apps.owncloud.com/content/show.php/Registration?content=170608

1 Like

I take a look thank you !!