Skip to content

Commit

Permalink
Merge pull request #122 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
wipro login page updates
  • Loading branch information
ajefts authored Jul 24, 2017
2 parents 1cdf868 + 3dfd520 commit a0ce17e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/shared/components/tc-communities/AccessDenied/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,19 @@ export default function AccessDenied({ cause }) {
return (
<div styleName="access-denied">
<TopcoderLogo />
<div styleName="msg">You must be authenticated to access this page.</div>
<div styleName="msg">You must be logged in to access this page.</div>
<div styleName="msg">
First time Wipro user? <a href={`${config.URL.AUTH}/sso-registration/?app=member&retUrl=${returnUrl}`} styleName="joinNow">Join Now</a> using your Wipro SSO account.
</div>
<div styleName="msg">
Already registered on Topcoder with your Wipro SSO account?
</div>
<div styleName="msg">
<a
className="tc-btn-md tc-btn-primary"
href={`${config.URL.AUTH}/sso-login/?app=member&retUrl=${returnUrl}`}
>Login with SSO</a>
</div>
<div styleName="msg">
Not a member yet? <a href={`${config.URL.AUTH}/sso-registration/?app=member&retUrl=${returnUrl}`} styleName="joinNow">Join Now</a>
</div>
<div styleName="copyright">
<a styleName="policy" href={`${config.URL.BASE}/community/how-it-works/privacy-policy/`}>Privacy policy</a>
&copy; 2017 Topcoder. All rights reserved
Expand Down

0 comments on commit a0ce17e

Please sign in to comment.