web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : DpnsjjV0biI7FzAEUI18DQ
Power Pages - Power Apps Portals
Unanswered

Sign in feature on Home page of Portals

Like (0) ShareShare
ReportReport
Posted on 14 Apr 2022 18:59:29 by

This is my code to implement sign in feature 

 

$("#log").click(function () {
var login = $("#Uname").val();
var password = $("#Pass").val();
$("#loginFrame").contents().find("#Username").val(login.toString());
$("#loginFrame").contents().find("#PasswordValue").val(password.toString);
$("#loginFrame").contents().find("#submit-signin-local").click();
 
 This is my sign in html code where I am using iframe to set the fileds
<iframe id="loginFrame" src="/SignIn?returnUrl=%2F" style="width:0px;height:0px;color: transparent;border:0px"></iframe>
<form id="login">
<label><b>UserName &emsp;&emsp;&emsp;&emsp;&nbsp;&nbsp;</b></label>
<input type="text" name="Uname" id="Uname" style="color:black">
<br><br>
<label><b>Password&nbsp;&emsp;&emsp;&emsp;&emsp;&emsp;</b></label>
<input type="Password" name="Pass" id="Pass" style="color:black">
<a style="float:right;color: #dddddd" href="https://techxact07.powerappsportals.com/Account/Login/ForgotPassword">Forgot Password?</a>
<br><br>
<br><br>
<center><button id="log">Sign in</button></center>
</form>
 
 
Issue is Could not set the Values in sign in page
I have the same question (0)

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 85 Super User 2025 Season 2

#2
Jerry-IN Profile Picture

Jerry-IN 43

#3
dgray304 Profile Picture

dgray304 39

Last 30 days Overall leaderboard
Loading complete