romainq
|
34ab6cd77b
NEW! Archiving data. Archiving is a soft delete. It can be undone. Enter the archive mode to see all the data including archives (everything is read-only in that mode). Archiving must be enabled per class (data model). Archiving is achieved by the mean of the API DBObject::Archive (or Unarchive).
|
8 years ago |
dflaven
|
f17593aa13
2.3.0 Regression: login_mode was broken !
|
9 years ago |
dflaven
|
5a63878541
New field on the User class to enable/disable user accounts.
|
9 years ago |
dflaven
|
6b92c94183
Use one-way encryption for storing the token used for the "Forgotten password" feature.
|
9 years ago |
glajarige
|
62564d7dac
Moved static method GetAllowedPortals() from LoginWebpage class to UserRights class.
|
9 years ago |
romainq
|
c9b8abba3d
Portal: Use absolute URLs for js+css embedded into iTop (login prompt not working with the usage of symlinks or rewrite rules)
|
9 years ago |
romainq
|
0c604ffad2
Improved the User Rights management API:
|
9 years ago |
dflaven
|
7b4f246211
Make sure that the images are reloaded when the application is upgraded.
|
9 years ago |
dflaven
|
7dff949a36
#788 Whenever a timeout is detected by an ajax request, a popup dialog warns the user to log-in again.
|
10 years ago |
dflaven
|
7ef64ebeb9
Modularization of the portal. The entry points for portals is now defined in XML, and thus can be altered by an extension.
|
10 years ago |
dflaven
|
d14cc68e5b
"Portal Users" are not allowed to use the REST/JSON webservices. This case is now properly handled with a specific message.
|
11 years ago |
dflaven
|
9906cd8fb4
Oops, fixed a typo in: Add the ability to supply a default "from" email address for the "forgot password" feature, instead of using the same address as for the "to".
|
11 years ago |
dflaven
|
0fca79fcb7
Add the ability to supply a default "from" email address for the "forgot password" feature, instead of using the same address as for the "to".
|
11 years ago |
romainq
|
50085433d6
#636 and #861 Set the focus on User Name in iTop Login Form
|
11 years ago |
dflaven
|
240efffccf
Properly handle external and basic authentication methods for REST web services.
|
11 years ago |
dflaven
|
7aa7552c8c
#923: prevent XSS injection in forgot password page.
|
11 years ago |
dflaven
|
c3424e0e4f
Make the Basic Authentication (login_mode=basic) work with non-ASCII characters (in the username as well as in the password), though this may depend on the browser...
|
11 years ago |
romainq
|
80bac465b4
Fixed regression introduced with "forgot password": button to reset the user password labelled as "Send now!"
|
11 years ago |
romainq
|
ec9c11a5c8
The login web page must NOT be cached by the web browsers
|
11 years ago |
romainq
|
5fb42b0290
Internal: failed authentication to return error 401 instead of prompting the end-user (to be exploited by the ajax calls)
|
11 years ago |
romainq
|
030f809391
Cosmetics on the login web page
|
11 years ago |
romainq
|
d61e857b5d
New feature: Forgot password -> email to reset (possibly disabled in the config file)
|
11 years ago |
romainq
|
99037986ae
Compiler: added brand management
|
11 years ago |
dflaven
|
69a0bc3ee7
#732: Change password: exit after building the page in case of wrong "old" password
|
12 years ago |
dflaven
|
904df7b800
Support non scalar posted parameters...
|
12 years ago |
dflaven
|
1869fd0fea
Preserve POSted parameters on the login web page (useful when the session expires)
|
12 years ago |
romainq
|
a2d6746d60
#634 Detection of HTTPS not working with nginx (iTop always considering the current connection as being secure)
|
12 years ago |
romainq
|
eafa11ecfe
Updated copyright (2012) and license (LGPL changed to AGPL)
|
12 years ago |
romainq
|
d0bb4288d2
Config: use app_icon_url to change the hyperlink used when clicking on the main icon
|
12 years ago |
dflaven
|
59fb31a6e1
Added the ability to display a custom welcome/disclaimer message at the bottom of the login form.
|
13 years ago |