J3 Issue ?
avatar kens1n
kens1n
6 Oct 2018

Steps to reproduce the issue

Request new password /?option=com_users&view=reset

Expected result

custom fields not deleted

Actual result

custom fields deleted

System information (as much as possible)

joomla 3.8, php 5.6

Additional comments

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;
}

avatar kens1n kens1n - open - 6 Oct 2018
avatar joomla-cms-bot joomla-cms-bot - change - 6 Oct 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 6 Oct 2018
avatar ReLater
ReLater - comment - 7 Oct 2018

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?

avatar brianteeman brianteeman - change - 8 Oct 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 8 Oct 2018
avatar joomla-cms-bot joomla-cms-bot - change - 20 Oct 2018
Status New Closed
Closed_Date 0000-00-00 00:00:00 2018-10-20 16:13:39
Closed_By joomla-cms-bot
avatar Quy Quy - change - 20 Oct 2018
Closed_By joomla-cms-bot Quy
avatar joomla-cms-bot joomla-cms-bot - close - 20 Oct 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 20 Oct 2018

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/22521

avatar Quy
Quy - comment - 20 Oct 2018

Closing until additional information is provided.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22521.

Add a Comment

Login with GitHub to post a comment