Luca Deri
1cfcdf5e4e
Login button is now orange
2020-01-29 21:56:56 +01:00
Luca Deri
170bc60f19
Updated (C)
2020-01-08 23:52:51 +01:00
emanuele-f
5e321077ca
Disable user login after failed attempts
2018-12-17 17:36:38 +01:00
Alfredo Cardigliano
6d7de7bd57
Moved header for all pages to page_utils
2018-11-29 18:10:18 +01:00
emanuele-f
c1c472a40d
Fix missing parameters while performing referer redirection
...
The referer must be url-encoded in order to avoid mangling it during parameters validation
2018-11-29 12:00:19 +01:00
emanuele-f
b999366760
Add IE browser support warning
2018-08-05 15:18:19 +02:00
Simone Mainardi
43c6f6e3fd
Relaxes too restrictive login username pattern
...
Login pattern was too restrictive for example for those using LDAP.
So even if there are limitations in the characters of ntopng usernames,
one can still use external login systems and be able to login with usernames
containing special characters.
Fixes #1884
2018-07-25 23:29:35 +02:00
Simone Mainardi
74a3ec1677
Fixes encoding for local/LDAP UTF-8 passwords
2018-07-25 23:20:59 +02:00
Simone Mainardi
3eeb37c3f0
Fixes invalid login page encoding
2018-07-25 18:15:04 +02:00
Luca Deri
fae12f64f8
Updated login page
2018-06-17 07:20:06 +02:00
emanuele-f
2ce6ac2fc1
Fix ntopng login redirection
2018-05-08 14:02:00 +02:00
Luca Deri
f0c936c368
Updated (C) to 2018
2018-03-22 21:59:42 +01:00
emanuele-f
ff69205b3d
Add support for nedge oem product name
2018-03-08 19:49:04 +01:00
emanuele-f
567316827f
Fix page encoding leading to javascript errors
2017-12-04 10:28:15 +01:00
emanuele-f
39b6e542e6
Fix broken logix
2017-11-24 18:01:29 +01:00
emanuele-f
6a7553c703
Localize login, logout, change password pages
2017-07-18 15:07:42 +02:00
emanuele-f
3044d5ebf3
Put default username and password into the placeholders
2017-06-05 18:47:14 +02:00
emanuele-f
ac07c48b7c
Force username login always being lowercase
2017-05-29 11:39:19 +02:00
emanuele-f
979fbd74e9
Move to the UTF-8 encoding.
...
This migration is necessary since Lua scripts sources use the UTF-8 encoding while the web browser sees the iso-8859-1 encoding, and this incongruence breaks the visualization of some non-ascii characters.
2017-05-04 18:56:04 +02:00
emanuele-f
1c38df48c9
Unify character encoding header code
2017-05-04 17:12:06 +02:00
emanuele-f
a10d6c4f7d
Fix login issue with special characters.
...
The special characters were URL encoded during HTTP request and saved in URL encoded form.
The login used the unencoded password instead, and this resulted in a password hash mismatch which prevented user login.
Now the password hash is calculated on the unencoded password.
2017-04-14 18:20:36 +02:00
emanuele-f
05d4956fbd
Adds missing quotes to href attributes
2017-02-02 15:52:09 +01:00
Luca
30e1a75f98
(C) update
2017-01-10 15:03:16 -08:00
Luca Deri
7ee8f8e560
Improved host activity labels
...
Fixed login.lua that was ignoring in redirect some parameters
2016-08-26 10:40:43 +02:00
Simone Mainardi
01172f94fc
Adds focus on the login username field
...
Implements #711
2016-08-25 16:57:31 +02:00
Simone Mainardi
55d8658046
Fixes a regexp pattern error on the newest Chrome
...
Fixes #700
2016-08-25 11:01:43 +02:00
Luca
2fb0e863fe
Fixed inter-arrival time in flows
...
Updated (C)
2016-04-19 11:06:39 +02:00
Simone Mainardi
60910a782e
Extends password support to ISO 8895-1 (latin 1)
2016-04-10 16:45:35 +02:00
Simone Mainardi
e1948d790a
Allows dashes (-) in user passwords
2016-04-05 14:52:20 +02:00
Simone Mainardi
3d2df7e64e
Allows special characters in passwords (implements #388 and #232 )
...
Special charaters are allowed in passwords, namely,
$!/()=?^*@_
2016-02-11 19:23:55 +01:00
Luca Deri
1cd8f7954a
Added LDAP authentication support (work in progress)
...
User passwords now accept _ (underscore)
2016-01-28 16:01:35 +01:00
Luca Deri
897aaafcad
Added check for validating user/password and making sure it accepts the same format of the form used to add/change the user passwords
...
Fix for #153
2015-09-10 23:20:54 +02:00
Luca
730d76b9f5
Initial import from SVN
2015-04-30 12:22:35 +02:00