Skip to content

Commit e1d5792

Browse files
committed
Changelog entry for 5.3.0
- Legacy-Id: 7593
1 parent c2a9351 commit e1d5792

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
ietfdb (5.3.0) ietf; urgency=medium
2+
3+
This release changes user authentication for the datatracker from basic http
4+
auth to Django's built-in authentication. This has the advantage of making it
5+
possible to log out, and log in as a different user, which can be useful,
6+
and it also changes the password hash storage for each user to a much stronger
7+
hash scheme, upon his or her first successful login after the deployment.
8+
9+
The email-verification roundtrip which is required to create a new login, or
10+
change the password of an existing login, is retained. For the time being,
11+
creating an account and updating a password will also be reflected in the
12+
htpasswd file which was used for authentication previously; however, since
13+
this cancels the advantage of stronger password hashing which django's built-in
14+
authentication provides, it should be phased out as soon as possible.
15+
16+
-- Henrik Levkowetz <henrik@levkowetz.com> 09 Apr 2014 20:40:33 +0200
17+
18+
119
ietfdb (5.2.1) ietf; urgency=medium
220

321
This is a minor release, with some bugfixes and some enhancements. It also

0 commit comments

Comments
 (0)