We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

#2056 closed Defect (duplicate)

user registration -> account disabled

Reported by: coldtrick Owned by:
Priority: normal Milestone: Elgg 1.8.0
Component: Core Version: 1.7
Severity: major Keywords:
Cc: brettp Difficulty:

Description

when registering a new account this account is disabled until it is validated.

/actions/register.php line 42 =>
/engine/lib/users.php line 1344

however is no plugin is enabled to send out the validation (trigger_elgg_event('validate', 'user', $user);) the user never gets enabled and the user can never login to the site.

so on a default installation of elgg no extra users can login on the site, until some validation plugin is enabled (eg uservalidationbyemail)

Change History (1)

comment:1 Changed 3 years ago by brettp

  • Resolution set to duplicate
  • Status changed from new to closed

Uservalidationbyemail is included and enabled on default installations of Elgg (see actions/systemsettings/install.php).

This is very similar to #617 so I'm marking it as a dupe.

Note: See TracTickets for help on using tickets.