]> git.mxchange.org Git - friendica.git/commit
Use Model\Register methods in modules
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 14 Oct 2018 15:57:28 +0000 (11:57 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 14 Oct 2018 16:26:18 +0000 (12:26 -0400)
commit540adaf829b4835bf99fa47e58520cf998defb88
tree540f3d14f80e138f7cf24d347c8b498cb110cddc
parent123992384b9b5e65bc9c0ffecd9c557fdb3a29a8
Use Model\Register methods in modules

- Update registration emails to avoid storing the plaintext password in
the register table
- Remove redundant sprintf() when used with L10n::t()
- Remove redundant Systen::baseUrl() with goaway()
mod/admin.php
mod/invite.php
mod/ping.php
mod/register.php
mod/regmod.php
src/Model/User.php