Roundcube Community Forum

 

New user registration

Started by iDon, April 16, 2023, 03:50:43 AM

Previous topic - Next topic

iDon

Hello, I have roundcube installed, I wanted to know if someone can put me in the right direction to where users(family, friends) can create their own email at the log in page? Is there any plugins, so I need something else? What do I need to do to make this happen? Thanks in advance.

iDon


Dmitry42

I think this in not simply question.
Because your mail server can use minimum 3 different way for store your users data - system, databases(mysql, postgree and etc), LDAP (ActiveDirectory).
So you must write your own web page (may be on PHP like roundcobe) for creating new users.

So 1 step - detect where your users stored (OS system, DB, LDAP) and then google some like 'PHP script for "creating OS users/write to DB/create LDAP users"

roundercuber

@iDon did you find a solution buddy?
@Dmitry42 is there a script that works out of the box that you can recommend?