summaryrefslogtreecommitdiff
path: root/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi')
-rw-r--r--issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi8
1 files changed, 7 insertions, 1 deletions
diff --git a/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi b/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi
index 5b9630b..1d804c4 100644
--- a/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi
+++ b/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi
@@ -4,12 +4,18 @@
* assigned: fredm, zsloan, zachs
* priority: high
-* status: pending
+* status: closed, wontfix
* keywords: authentication, authorisation, oauth2
* type: feature request
## Description
+After some discussion, this issue was deemed unnecessary.
+
+Users will have to register anew and their access details reconfirmed.
+
+--------------------
+
Currently, on GN2, user details are stored in Redis. We need to migrate these to the new auth database (SQLite3) in order to be able to use that system.
As part of that migration, we need that any particular user's privileges be maintained across all the resources they have access to - in the best possible way.