cancel
Showing results for 
Search instead for 
Did you mean: 

Self Reset User Password

Former Member
0 Kudos

Hello,

I am looking for some examples (SDK) that will allow the user to reset their password. I would like the user to be able to click a link that will trigger the delivery or resetting of their password via an email that is tagged to ttheir user account. Is there anything like this for .NET?????

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184995
Active Contributor
0 Kudos

There is nothing like that native to the software, you would have to write it yourself using the SDK's.

The email part would be outside our SDK, but the password part is covered in the following how to tutorials from the XI R2 Developer Library:

[Dev Library|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm]

You will find various samples, one of which is HowToManageUserAccounts which shows how to create, delete, update passwords, etc.

[VB.NET How To Samples |http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_samples_aspx/data/boesdk_aspx_howto_VBNET_samples_115_en.zip]

[C# How to Samples|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_samples_aspx/data/boesdk_aspx_howto_CS_samples_115_en.zip]

Jason