summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-3656_generic-username-password-message2
-rw-r--r--changes/bug-3857_username-case-problem1
-rw-r--r--changes/feature-3636_standalone-flag-to-module2
3 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug-3656_generic-username-password-message b/changes/bug-3656_generic-username-password-message
new file mode 100644
index 00000000..8e6e3e2f
--- /dev/null
+++ b/changes/bug-3656_generic-username-password-message
@@ -0,0 +1,2 @@
+ o Use generic bad username/password message instead of specific ones when
+ the user uses incorrect data during login. Closes #3656.
diff --git a/changes/bug-3857_username-case-problem b/changes/bug-3857_username-case-problem
new file mode 100644
index 00000000..3b8ef7b2
--- /dev/null
+++ b/changes/bug-3857_username-case-problem
@@ -0,0 +1 @@
+ o Fix username case problem at register/login. Closes #3857.
diff --git a/changes/feature-3636_standalone-flag-to-module b/changes/feature-3636_standalone-flag-to-module
new file mode 100644
index 00000000..caf16b1a
--- /dev/null
+++ b/changes/feature-3636_standalone-flag-to-module
@@ -0,0 +1,2 @@
+ o Move STANDALONE flag to a module and unify get_path_prefix queries.
+ Closes #3636.