Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
kmk Posted December 23, 2018 Posted December 23, 2018 Hello, happy christmas for all, Is possible send again the sign in information to members?
bfarber Posted December 26, 2018 Posted December 26, 2018 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).
kmk Posted December 26, 2018 Author Posted December 26, 2018 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.
Adriano Faria Posted December 26, 2018 Posted December 26, 2018 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.