aboutsummaryrefslogtreecommitdiffstats
path: root/mod/regver.php
Commit message (Collapse)AuthorAgeFilesLines
* 'auto channel creation' - if the corresponding config variable is set, ↵redmatrix2016-01-121-2/+2
| | | | | | create a channel when an account is created. Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned.
* implement service class for feed polling frequenecy, fixed a service class ↵friendica2014-09-031-2/+0
| | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
* some initial work towards email address verificationfriendica2014-07-031-0/+24