You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With force update (PHP 7) and URL SEF for users update required EUF field is not working. After change back to legacy URL, it works.
path for forced update is: header('Location: '.SITEURL.'usersettings.php?update');
$_POST from the form is sent to SEF-URL $target = e107::getUrl()->create('user/myprofile/edit',array('id'=>USERID));
Bug Description
The latest version, just synced
UEF is required on signup page
Force user to update settings is set ON
The text was updated successfully, but these errors were encountered: