Jump to content

Send again password


kmk

Recommended Posts

Posted

No - we do not store or have a way to determine the original unencoded password (all passwords are hashed using a one-way algorithm, which means there is no way to determine the original password from the hash that is stored).

Posted

I mean when admin create a member permitted send the login information, but I forgot active the option, or when I changed the password, there don't have option to send again the new password.

Posted
2 hours ago, kmk said:

I mean when admin create a member permitted send the login information, but I forgot active the option, or when I changed the password, there don't have option to send again the new password.

That’s because, at that moment, they send the “text” you typed in the field, before it is encrypted. 

			if ( $values['member_add_confirmemail'] )
			{
				\IPS\Email::buildFromTemplate( 'core', 'admin_reg', array( $member, $values['password'] ), \IPS\Email::TYPE_TRANSACTIONAL )->send( $member );
			}

$values['password'] will pick what was typed in the field.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...