Request new password /?option=com_users&view=reset
custom fields not deleted
custom fields deleted
joomla 3.8, php 5.6
thats bug fix /plugins/system/fields/fields.php
function onUserAfterSave
add 'request' in array to this place in code
$task = JFactory::getApplication()->input->getCmd('task');
if (in_array($task, array('activate', 'block', 'unblock', 'request')))
{
return true;
}
Labels |
Added:
?
|
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-20 16:13:39 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/22521
Closing until additional information is provided.
I can't reproduce this issue with J 3.8.12 (only core with testing sample data) and an user in group Registered. Maybe if you provide more detailed testing instructions.
Is there any other extension that uses the Joomla users, e.g. VirtueMart or something?