Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / server / Registration.java @ 086c7250

History | View | Annotate | Download (8.3 kB)

# Date Author Comment
e6190245 04/13/2011 01:30 pm Christos Stathis

Merged with 2c57823c24b6

6b5bd65e 04/12/2011 03:12 pm Christos Stathis

Added special message for AUTH users

af6aa461 04/06/2011 04:37 pm Christos Stathis

Re-structured the whole thing
Removed unused folders
Re-packaged the java code
Fixed the packaging of various artifacts to contain only relevant things
Changed build.xml to check for all dependencies, fixed target dependencies

d032a4f4 02/23/2011 05:57 pm Christos Stathis

Removed all DTO where possible

978061e3 06/01/2010 05:46 pm Panagiotis Astithas

- Initial implementation of quota coupon workflow. Userclass modifications are not happening yet.
- Factor out the common servlet methods into a base class.
- Style the error messages in registration and coupons.

09c35393 05/19/2010 02:09 pm Panagiotis Astithas

Don't allow usernames with spaces.

edf24a21 05/06/2010 06:00 pm Panagiotis Astithas

Set all required objectClass attributes when adding an entry to LDAP. Also consistently encode and decode request parameters on success and errors.

46268014 05/05/2010 04:39 pm Panagiotis Astithas

Use firstname & lastname instead of full name for more flexibility and escape commas in property file.

3f6fd106 05/05/2010 03:45 pm Panagiotis Astithas

Create user accounts in an LDAP-based IdP server after registration, so that Shibboleth login can work.

2f551abc 04/29/2010 05:54 pm Panagiotis Astithas

Add a user registration flow. Registration can be open for all, or limited to issued invitation codes, as configured in gss.properties.