aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Register.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify first channel creation even further by using a site-configurable ↵zotlabs2018-05-071-2/+2
| | | | default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings.
* Create one and only one 'registration successful, check your email' popup.zotlabs2018-02-281-4/+2
|
* Usability improvements to registration/verification workflow. This requires ↵zotlabs2018-01-271-2/+4
| | | | additional testing.
* Issue with configurable site age limit, vagueness when informing about email ↵zotlabs2018-01-261-4/+10
| | | | validation policy; added email validation resend ability and the option to input a verification code at a webpage though both require additional work to provide these abilities.
* Provide system config option for minimum registration age.Andrew Manning2017-11-241-1/+5
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-201-1/+5
|\
| * register workflow was getting over-ridden in include/securityzotlabs2017-10-191-4/+5
| |
* | Display different info message if using invite codeAndrew Manning2017-10-191-1/+5
|/
* mod_register - don't re-use the password, force them to type it in twice ↵zotlabs2017-10-161-3/+3
| | | | each time unless their browser saves passwords.
* start deprecation of server_rolezotlabs2017-05-291-5/+3
|
* update the link to account roles help on register pagezotlabs2017-05-251-1/+1
|
* Hubzilla pro: Don't offer 'custom/expert' permissions below a techlevel of ↵redmatrix2016-08-311-5/+10
| | | | 4; but any existing expert mode members are grandfathered in.
* fix aconfigredmatrix2016-08-281-1/+1
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-4/+7
|
* sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-1/+1
| | | | auth issue which I simply could not duplicate or find a reason for.
* add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵redmatrix2016-06-271-1/+2
| | | | registrations
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* module updatesredmatrix2016-04-181-0/+270