Skip to main content

Notifications

Community site session details

Community site session details

Session Id : kg6toDvUOuSz/+k1ngSngr
Power Pages - General Discussions
Answered

Editing Password Reset Message

Like (0) ShareShare
ReportReport
Posted on 10 Jul 2023 08:04:24 by 2,143 Super User 2025 Season 1

Hi everyone,

 

does somebody know how I can adjust the text at the reset password webpage?

I found the thread already https://powerusers.microsoft.com/t5/Power-Apps-Portals/Edit-forgot-Password-Screen/td-p/1213430

And the content snippet works so far but when submitting the emailadress the content snippet seems not to be loaded so I cannot use JS to further adjust the page.

 

Unfortunately in german:

Lucas001_0-1688976206561.png

 

 

 

Categories:
  • Verified answer
    Lucas001 Profile Picture
    2,143 Super User 2025 Season 1 on 31 Aug 2023 at 07:59:05
    Re: Editing Password Reset Message

    Hello everyone,

     

    I finally found a solution with the support.

    You need to create a content snippet - Account/PasswordReset/ForgotPasswordConfirmationSuccessText and set the type as Text and add whatever you want as the value.

     

    The value will than be displayed properly.

  • Lucas001 Profile Picture
    2,143 Super User 2025 Season 1 on 17 Jul 2023 at 14:02:47
    Re: Editing Password Reset Message

    Hi @saudali_25,

     

    thanks for your reply.

    Whysoever it's not working on my page.

    The jQuery is working when I use the console on the page itself. I even tried adding a setTimeout() to delay the call if there's something running.

    Even the debugger is not called...

     

    I tried it with the alert, that one is showing but after that the page refreshes fully and does not seem to load anything from the content snippet.

     

    Any other idea?

    <script>
    $(document).ready(function(){
     $('#submit-forgot-password').on("click", function() {
     setTimeout(function(){
     debugger;
    $('.form-horizontal div.xrm-attribute-value:last').text('Testtext');
    }, 500); 
     
    })
    
    setTimeout(function(){
     debugger;
    $('.form-horizontal div.xrm-attribute-value:last').text('Testtext');
    }, 500); 
    })
    </script>

     

  • Saud Ali Profile Picture
    812 Super User 2024 Season 1 on 17 Jul 2023 at 11:27:38
    Re: Editing Password Reset Message

    Hi @Lucas001 ,

     

    This is how I got trigger on Forget Password screen on submission:

     

    1- Create a Page Copy as Account/ForgotPassword/PageCopy

    2- Set Type as HTML

     

    Here is how I got trigger on click of Submit button:

     

    <script>
    $(document).ready(function() {
     $('#submit-forgot-password').on("click", function() {
     alert("Hi there!");
     });
    
    });
    </script>

     

    Here is the screenshot:

     

    saudali_25_0-1689593113252.png

     

    This is my jQuery how I changed my text on Forget Password screen after send:

     

    $('.form-horizontal div.xrm-attribute-value:last').text('Hi Saud, I am replacer text.');

     

    Here is the result:

     

    saudali_25_1-1689593227557.png

     

    Hope this helps.

     

    Thanks,

    Saud

     

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Lucas001 Profile Picture
    2,143 Super User 2025 Season 1 on 17 Jul 2023 at 09:00:17
    Re: Editing Password Reset Message

    Hey@Fubar, @saudali_25,

     

    you guys got any idea? Still couldn't figure out how to adress that specific page.

    Sorry to bother you.

  • Lucas001 Profile Picture
    2,143 Super User 2025 Season 1 on 14 Jul 2023 at 05:21:25
    Re: Editing Password Reset Message

    The same goes for the Email confirmation page after hitting the button for email confirmation on the profile page.

    Is there any way on how to configure those blue textboxes?

     

    Thanks for any advice.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Pages - General Discussions

#1
WarrenBelz Profile Picture

WarrenBelz 4 Most Valuable Professional

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 2 Most Valuable Professional

#2
Rondel Profile Picture

Rondel 2

Overall leaderboard
Loading started