On a tuleap platform using ldap auth with $sys_user_approval = 1 and
$sys_ldap_default_user_status = 'P'
When the user log in, its account is pending. The site admin has 2 options: Validating or Activating this user. If he choose to validate, the user will receive and email asking him to log onto the platform to activate its account.
The link to the platform is: "
https://example.com/account/verify.php?confirm_hash=", without any hash. I don't think its a security problem as the user has to log in and it refuses the connection if the link is used without the account validated by the admin, but it is confusing.