mod_register_web - Web to register account

This module is included in ejabberd since the version 2.1.6
Name: mod_register_web
Purpose: Web to register account, change password, and delete account
Author: Badlop
Type: Module
Requirements: ejabberd 2.0.2 or newer. For showing a Captcha, ejabberd 2.1.0 or newer.
Download: ejabberd-modules

Some screenshots

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Registration of already existing account

Hi, I came accross the troblem with handling above mentioned situation, to be more concrete, no error message is returned, just plain web page displays. Have anyone already tried to solve this?

Thanks.
~7

404

looks like this heading to server:5280/register

Jabber Account Registration

Register a Jabber account
Change Password
Unregister a Jabber account

but clicking on of the links give me an 404

some ideas?

server:5280/register/

sceptiq wrote:

looks like this heading to server:5280/register
but clicking on of the links give me an 404

You must put the last / character, like this:
server:5280/register/

wow - true :D thx!

wow - true :D

thx!

vhost support?

Does mod_register_web support vhosts? There is nothing in the feature request list, so I feel free to ask about it. ;-)

"register" does allow to enter the domain name, "change_password" and "delete" starts with a domain name which cannot be changed.

Use different URL

Quote:

Does mod_register_web support vhosts?

Yes, it does.

To register an account at example.org, go to http://example.org:5280/register/

And to register an account at example.com, go to http://example.com:5280/register/

Quote:

"register" does allow to enter the domain name,

Are you sure it allows to enter the domain name?

I was sure that I can enter

I was sure that I can enter any domain name when registering a new account when reading what is above the form:

> This page allows to create a Jabber account in this Jabber server. Your JID (Jabber IDentifier) will be of the form:
> username@server. Please read carefully the instructions to fill correctly the fields.

I thought about different domain names as well. But with hosting vhosts via SRV entries in DNS I cannot do a web service for these clients. Or can I, also with a SRV entry on another port than 80?

Ok, entering the domain part

Ok, entering the domain part does not work when registering a new account.

Is there any way to support multiple domains without having the webserver of these domains on the same machine as the jabber server?

Check "Jabber Registration Tool"

Quote:

Ok, entering the domain part does not work when registering a new account.

Is there any way to support multiple domains without having the webserver of these domains on the same machine as the jabber server?

Check "Jabber Registration Tool" http://kirjava.net.nz/temp/?p=Scripts

I use this tool now and it

I use this tool now and it works great with some modifaction. Also for multiple domains and also for domains where the Jabber server is only reachable with SRV entries in DNS. I also added a captcha. Should be just good right now.

Syndicate content