I just switched my CAS test server from using 3.4.10 to 3.4.11, and I noticed a minor issue in the English messages file (cas-server-webapp/src/main/webapp/WEB-INF/classes/messages_en.properties). (I couldn't find a place to post this message, so I thought I'd post it here.)
The welcome screen was modified to use "Username" instead of "NetID": #Welcome Screen Messages screen.welcome.welcome=Congratulations on bringing CAS online! The default authentication handler authenticates where usernames equal passwords: go ahead, try it out. screen.welcome.security=For security reasons, please Log Out and Exit your web browser when you are done accessing services that require authentication! -screen.welcome.instructions=Enter your Username and Password -screen.welcome.label.netid=<span class="accesskey">U</span>sername: +screen.welcome.instructions=Enter your NetID and Password +screen.welcome.label.netid=<span class="accesskey">N</span>etID: screen.welcome.label.netid.accesskey=n screen.welcome.label.password=<span class="accesskey">P</span>assword: screen.welcome.label.password.accesskey=p However, the accesskey (screen.welcome.label.netid.accesskey) was left as 'n'. I assume it was supposed to be changed to 'u' (as indicated by screen.welcome.label.netid). Milt Epstein Applications Developer Graduate School of Library and Information Science (GSLIS) University of Illinois at Urbana-Champaign (UIUC) [email protected] -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
