Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Is it possible to send email with user login info for selected users? View modes: 
User avatar
Certified Developer v6
Certified Developer v6
szarouski - 12/2/2011 10:52:02 AM
   
Is it possible to send email with user login info for selected users?
Hi, I'm using Kentico 6 and wonder if it is possible to send email with user login info (login and password) for selected users using portal engine? Please describe in depth, because I already tried to use newsletters with macros, but obviously there is something I'm doing wrong. Thanks.

User avatar
Certified Developer 9
Certified Developer 9
charbf - 12/3/2011 10:13:17 AM
   
RE:Is it possible to send email with user login info for selected users?
Hi,

Password are encrypted one way. unless you have set the password to be stored in the database in clear text(prior to storing it in the database).

It can not be decrypted unless you use brute force there is no way to send the password.

the only moment that the password is available is when the user register or when he is changing the password.

That is to prevent a site admin or database admin to know people's password.

Francois

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 12/5/2011 11:36:43 PM
   
RE:Is it possible to send email with user login info for selected users?
Aside from the unacceptable brute force attempt, you can always put the username in the newsletter and suggest if they forget their password they can use the built in features of the Forgot your password. The built in functionality would be to submit your email or username and the system emails you your username and a randomly generated password, that meets or exceeds your password policy (if one was set in Site Manager).

I'm importing over 1000 users and will be sending out emails stating this exact thing because it gives the user confidence knowing I have no idea what their password is.

User avatar
Certified Developer v6
Certified Developer v6
szarouski - 12/6/2011 8:15:52 AM
   
RE:Is it possible to send email with user login info for selected users?
Thanks, that is what I was thinking about.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 12/6/2011 1:08:35 AM
   
RE:Is it possible to send email with user login info for selected users?
Hello.

Both Francois and FroggEye are right. You can send a password for other user in current version, however every user can request for her own password using “Forgotten password” link button, available on Logon form web part. Of course, this API can be used on any other place as well.

Best Regards,
Radek Macalik

User avatar
Certified Developer v6
Certified Developer v6
szarouski - 12/6/2011 10:59:31 AM
   
RE:Is it possible to send email with user login info for selected users?
Thanks. It would be nice if I could send renew your password link to users through portal engine.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 12/17/2011 2:06:28 PM
   
RE:Is it possible to send email with user login info for selected users?
Hello.

I did submit it as a requirement and we will consider it for some of the future releases.

Best Regards,
Radek Macalik

User avatar
Certified Developer v6
Certified Developer v6
szarouski - 12/17/2011 3:32:41 PM
   
RE:Is it possible to send email with user login info for selected users?
Great news, thanks Radek!