summaryrefslogtreecommitdiffstats
path: root/src/de/fhswf/in/inf
Commit message (Expand)AuthorAgeFilesLines
* Use jsp:useBean with the Account objectHEADmasterStefan Suhren2015-11-161-2/+8
* Use Account logic instead of own logicStefan Suhren2015-11-162-82/+2
* Put logic into Account classStefan Suhren2015-11-162-33/+73
* Change the forward to a redirectStefan Suhren2015-11-151-5/+1
* Build a login that forwards to a JSPStefan Suhren2015-11-151-0/+119
* Use JPA for storing the user accounts in a databaseStefan Suhren2015-11-093-0/+199
* Don't use JspWriterStefan Suhren2015-11-021-18/+26
* Add repeat tag.Stefan Suhren2015-11-021-0/+75
* Only store hashed and base64 encoded passwordStefan Suhren2015-10-261-5/+5
* Move the user credentials to web.xmlStefan Suhren2015-10-261-8/+5
* Mark user logged in in sessionStefan Suhren2015-10-251-0/+1
* Use salt for password authenticationStefan Suhren2015-10-251-2/+5
* Add salt and hash function for passwordsStefan Suhren2015-10-251-0/+36
* Make username case insensitiveStefan Suhren2015-10-251-2/+2
* Implement basic login formStefan Suhren2015-10-251-0/+84
* Rename copy paste headerStefan Suhren2015-10-251-1/+1
* Fix spelling in package nameStefan Suhren2015-10-253-0/+238