Issue Details (XML | Word | Printable)

Key: MDL-11614
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Martin Dougiamas
Reporter: Domenico Pontari
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

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

Created: 05/Oct/07 10:01 PM   Updated: 05/Oct/07 10:01 PM
Return to search
Component/s: Administration
Affects Version/s: 1.8.2
Fix Version/s: None

Participants: Domenico Pontari and Martin Dougiamas
Security Level: None
Affected Branches: MOODLE_18_STABLE


 Description  « Hide
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.


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.