Hi all,

I have setup CAS and did all the modifications which was needed to implement
a Two-factor authentication. I now want to change the CAS login screen,
which shows up two login forms (I mean I should display two ' username and
password' pair).

It should look something like this.


\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\          Default Login (Limited functionality)          \\
\\           2-factor Login (Full access)                    \\
\\
\\
\\                                                                       \\
\\ Username:_____________________                  \\              \\
Username:________________________           \\
\\
\\
\\                                                                       \\
\\ Password:______________________                 \\              \\
Password:_________________________          \\
\\
\\
\\                                                                       \\
\\
\\
\\                                                                       \\
\\
\\
\\                                                                      \\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

In my cas I use a mobile app to generate the 2nd factor pass sequence. So if
the mobile is lost, The user should be able to login
with default login providing only their password (Single factor) which gives
limited access.

I browsed through the JSP files of the login screen and as I dont have much
knowledge on CSS or webpage designing, I am finding it difficult to
understand the code and I have no clue where to change the code.

I somehow struggled to understand but failed to go further at this stage*
 <link type="text/css" rel="stylesheet" href="<spring:theme
code="standard.custom.css.file" />" />*

I understand that this is in the namespace of spring but could find the file
"standard.custom.css.file".
Where do i find this file?

So please guide me as to what tutorials i should study to understand these
stuff
OR
Is there a way i can render a simple html login page ( which i can build)
instead of the standard CAS login page?

-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to