Author Topic: New user registration  (Read 6208 times)

Offline iDon

  • Newbie
  • *
  • Posts: 2
New user registration
« on: April 16, 2023, 03:50:43 AM »
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.

Offline iDon

  • Newbie
  • *
  • Posts: 2
Re: New user registration
« Reply #1 on: April 20, 2023, 07:50:23 PM »
Anyone?

Offline Dmitry42

  • Full Member
  • ***
  • Posts: 232
Re: New user registration
« Reply #2 on: April 20, 2023, 09:18:53 PM »
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"

Offline roundercuber

  • Newbie
  • *
  • Posts: 2
Re: New user registration
« Reply #3 on: March 28, 2024, 05:52:58 PM »
@iDon did you find a solution buddy?
@Dmitry42 is there a script that works out of the box that you can recommend?