Moodle

"Delete unconfirmed users after X days" uses get_users_not_fully_set_up instead of "get_users_unconfirmed"

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.8.2
  • Fix Version/s: None
  • Component/s: Administration
  • Labels:
    None
  • Affected Branches:
    MOODLE_18_STABLE

Description

In admin/cron.php, when we "Delete users who haven't completed profile within required period" (as described in the comment), we use get_users_not_fully_set_up function, but in the administration page this option is described as: Delete unconfirmed users after X days.
In general a not fully set up user even if confirmed, we'll be deleted. This is an unexpected result for Moodle's administrators because unconfirmed hasn't the same meaning of fully set up.
I suggest to use get_users_unconfirmed instead of get_users_not_fully_set_up. On the contrary I hope get_users_not_fully_set_up will be extended to work also with all required custom user profile fields when you try to login.

Activity

Hide
Michael de Raadt added a comment -

Thanks for reporting this issue.

We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported.

If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed.

Michael d;

lqjjLKA0p6

Show
Michael de Raadt added a comment - Thanks for reporting this issue. We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported. If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed. Michael d; lqjjLKA0p6
Hide
Michael de Raadt added a comment -

I'm closing this issue as it has become inactive and does not appear to affect a current supported version. If you are encountering this problem or one similar, please launch a new issue.

Show
Michael de Raadt added a comment - I'm closing this issue as it has become inactive and does not appear to affect a current supported version. If you are encountering this problem or one similar, please launch a new issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: