Jump to content

Send again password


kmk

Recommended Posts

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.

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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