From 9a21cc06cfc4024c881b4ba59c10c69e7de90fe9 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 20 Apr 2015 17:09:43 -0300 Subject: [bug] handle disabled registration, error 403. If the user wants to register a new account we check whether the provider allows registration or not right after getting the provider.json file and show an error msg on the wizard if not allowed. Also, there is a new signal to handle the error raised by the server if a registration attempt is made but is rejected with error 403. - Resolves: #6594 --- changes/bug-6594_handle-disabled-registration | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6594_handle-disabled-registration (limited to 'changes') diff --git a/changes/bug-6594_handle-disabled-registration b/changes/bug-6594_handle-disabled-registration new file mode 100644 index 00000000..91e84286 --- /dev/null +++ b/changes/bug-6594_handle-disabled-registration @@ -0,0 +1 @@ +- Handle disabled registration on provider. Closes Bug #6594. -- cgit v1.2.3