Forgot password

538 views
Skip to first unread message

Guru Prashanth Thanakodi

unread,
Aug 11, 2016, 8:06:46 AM8/11/16
to CAS Community
Hi All


I am using CAS 3.4.11.  I have to add a forgot password in the login page. Are there any documentation to add this facility in CAS. Can you please help me here on where to start with.


Thanks
Guru

Christopher Myers

unread,
Aug 11, 2016, 10:58:28 AM8/11/16
to cas-...@apereo.org
Personally, I just edit the source pages in

..../cas-server-webapp/src/main/webapp/WEB-INF/view/jsp/default/ui/

There are a couple of files you can edit, including the casLoginView.jsp, and the files in the "includes" subfolder.

and then it gets compiled when you go to build the app.

If you want to see what ours looks like, just go to https://login.millikin.edu/

Chris



>>> Guru Prashanth Thanakodi <tgur...@gmail.com> 08/11/16 7:06 AM >>>
--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To post to this group, send email to cas-...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/91c73557-fa17-4964-9653-4d034e543c67%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

Linda Toth

unread,
Aug 15, 2016, 2:25:11 PM8/15/16
to Christopher Myers, CAS Community
We have implemented password links to our SSO management systems in two ways.

At first, as Chris did, we simply added a link.  Then we also added a link to a second page with more explanation of what was needed and icons for each of the campus branded versions of the universally used password reset program.

Both work well.

Linda Toth
University of Alaska - Office of Information Technology (OIT) - Identity and Access Management
910 Yukon Drive, Suite 103
Fairbanks, Alaska 99775


On Thu, Aug 11, 2016 at 6:58 AM, Christopher Myers <cmy...@mail.millikin.edu> wrote:
Personally, I just edit the source pages in

..../cas-server-webapp/src/main/webapp/WEB-INF/view/jsp/default/ui/

There are a couple of files you can edit, including the casLoginView.jsp, and the files in the "includes" subfolder.

and then it gets compiled when you go to build the app.

If you want to see what ours looks like, just go to https://login.millikin.edu/

Chris



>>> Guru Prashanth Thanakodi <tgur...@gmail.com> 08/11/16 7:06 AM >>>

Hi All


I am using CAS 3.4.11.  I have to add a forgot password in the login page. Are there any documentation to add this facility in CAS. Can you please help me here on where to start with.


Thanks
Guru

--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.

--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.

To post to this group, send email to cas-...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.

Guru Prashanth Thanakodi

unread,
Aug 16, 2016, 6:11:48 AM8/16/16
to Linda Toth, Christopher Myers, CAS Community
Thanks for your inputs. 

I am new to Spring. Does it mean we have to write a Spring code on the jasig cas side to change the username and password because the application cannot get the control until an user logs in?

Thanks
Guru

Thanks,
Guru



To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.

--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.

To post to this group, send email to cas-...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.

--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To post to this group, send email to cas-...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.

Christopher Myers

unread,
Aug 16, 2016, 9:11:43 AM8/16/16
to cas-...@apereo.org
Not quite sure what you're asking, but --

the only thing we had to change on our side was to add the links to the login page. The link basically just redirects the user to a different application that handles all the forgot password stuff. CAS isn't even aware of that application.

Chris




>>> Guru Prashanth Thanakodi <tgur...@gmail.com> 08/16/16 5:11 AM >>>

Dmitriy Kopylenko

unread,
Aug 16, 2016, 9:30:54 AM8/16/16
to Christopher Myers, CAS Community
And to make it even clearer - CAS server does not have password handling facility. Such functionality will need to be implemented (outside of CAS server).

Best,
D.

Christopher Myers

unread,
Aug 16, 2016, 9:38:00 AM8/16/16
to cas-...@apereo.org
If you want something pre-built and free, you might consider https://github.com/pwm-project/pwm

Chris

>>> Dmitriy Kopylenko <dkopy...@unicon.net> 08/16/16 8:31 AM >>>
Reply all
Reply to author
Forward
0 new messages