Enclose account settings panels in separate forms

- This prevents auto-filled password fields to abort settings save
- Move single-use settings/nick_set template HTML to settings/account
This commit is contained in:
Hypolite Petovan 2022-04-24 01:21:15 -04:00
commit 967c438312
6 changed files with 496 additions and 418 deletions

View file

@ -2,6 +2,8 @@ Version 2022.05 (unreleased)
Friendica Core
Friendica Addons
Breaking: The obsolete hooks settings_form and settings_post have been removed,
custom addons developers should use the addon_settings hook instead.
Closed Issues