You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/).
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.
The text was updated successfully, but these errors were encountered: