Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature-request] Login page #4

Open
mdzhokanov opened this issue Jul 18, 2012 · 1 comment
Open

[Feature-request] Login page #4

mdzhokanov opened this issue Jul 18, 2012 · 1 comment

Comments

@mdzhokanov
Copy link

Authentication is basic and critical feature at the same time.
Implementing it will cause some changes in the Database (new fields in Users table), additional JSP page (Login Page) and some JavaBean logic.

In the terms of current feature request some basic user traceability could be implemented. For example, each task change (estimation, name) could be associated with specific user. This will guarantee non-repudiation.

@ti-dev
Copy link
Owner

ti-dev commented Jul 18, 2012

Also this feature is on the todo list, but unfortunately I do not have the time.
The best thing would be a connection to a LDAP server like MS Active Directory and / or the user has the possibility to set a password by himself with all stuff like "forgot password", etc.

The tracking can be easily done using Envers which is also currently implemented for the burn down chart (see http://www.jboss.org/envers/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants