diff options
author | Hilmar R <u02@u29lx193> | 2021-03-02 15:54:51 +0100 |
---|---|---|
committer | Hilmar R <u02@u29lx193> | 2021-03-02 15:54:51 +0100 |
commit | d434490bdf67a309e88e2d6f6dc8e619dae9b768 (patch) | |
tree | 15ac48bd017590894b4be8fee7101c0f652c6f1c /CHANGELOG.air | |
parent | 2c15efbf48a2a826aa30c2690777db82f86d8732 (diff) | |
download | volse-hubzilla-d434490bdf67a309e88e2d6f6dc8e619dae9b768.tar.gz volse-hubzilla-d434490bdf67a309e88e2d6f6dc8e619dae9b768.tar.bz2 volse-hubzilla-d434490bdf67a309e88e2d6f6dc8e619dae9b768.zip |
melt include/account
Diffstat (limited to 'CHANGELOG.air')
-rw-r--r-- | CHANGELOG.air | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/CHANGELOG.air b/CHANGELOG.air new file mode 100644 index 000000000..d1fd0f05e --- /dev/null +++ b/CHANGELOG.air @@ -0,0 +1,48 @@ +"air" is a branch name for revision of Account-Invite-Register at the Hubzilla project + +Invite: +* Rewritten and now language template driven +* Selectable templates for the invite mails +* Invitor may add personal notes in the mailtext ++ Invite codes are bound to the recipients email address +* Invite mod never more creates accounts +* new db scheme for table register +* existing register table will be migrated to the new schema even when detected at runtime +* Bugfix: creating invite codes when admin only calls Invite w/o any further action +* account library revision also together with invite mod +* Depending on config: Users may send invitations also +* Invitations expires, controlled by the invitor +* Changed and new configs: +* * invitation_only As usual before +* * invitation_also Beside other registration policies, invitations may be used also +* * invitation_max_per_day defaults 50, may be changed in adminUI admin>site +* * invitation_max_per_user defaults 4 +* Requirements: +* * Addon language has to be installed + +Register: +* Register panel (form) and js interaction changed +* Unused registrations expire +* Depending on config, anonymous registrations (w/o email) are supported +* :... dont't panic, that may let grow security +* Even anonymous users have to confirm their registration +* Registrations may be enabled / disabled time driven for each day in the week (dudy) +* Unsoliced registration floods may be blocked +* Limited registrations from one single source ip +* Using one additional log file, to easy interfare with f2b + +Account: +* An user account always becomes created only if all depending conditions are satisfied +* AdminUI for site configuration, accounts and registrations enhancements +* Still untouched, but accountUI needs enhanced async control in case for mass delete + with deep level of recursion cascade of the dependencies (channels etc). An open TODO + since years for instances with many much users and channels. + +History: +2020.03 Hubzilla Prod version 4.6 (master branch) of hubzilla/core was the base for AIR + that was assigned Version 4.6.2 at sn/core +2021.02 Hubzilla Prod version 5.2.1 (master branch) of hubzilla/core was new base for AIR + that was assigned version 5.2.2 at sn/core (air.5) + plus adjustment of hubzilla 5.2.2 (master) to sn/core (air.5) version 5.2.9 + + |