Wordpress gestisce la creazione degli utenti, ma oggi ho in attesa l’approvazione di questo utente:
Cliccando su Approva si verifica un errore 403:
Non ho mai visto un utente richiedere approvazione prima d’ora, quindi non sono sicuro del perché questo sia diverso. Nell’Amministrazione appare esattamente come tutti gli altri utenti.
Forse l’aggiornamento di ieri alla versione v2.3.0.beta6 +16 ha introdotto un bug?
Ecco il registro degli errori:
Log
Messaggio
Uncaught [object Object] Url: https://forum.glasair-owners.com/assets/ember_jquery-5dbd79abddf53926275c73f77dbe61e7351258de8d2e886bf2ce86f144368848.js Line: 9 Column: 11652 Window Location: https://forum.glasair-owners.com/review
Backtrace
Ambiente
hostname gaoa-discourse-app
process_id 3240
application_version f3ed002c30e4b6d7fce76d209202287b1cf85c55
HTTP_HOST forum.glasair-owners.com
REQUEST_URI /logs/report_js_error
REQUEST_METHOD POST
HTTP_USER_AGENT Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36
HTTP_ACCEPT */*
HTTP_REFERER https://forum.glasair-owners.com/review
HTTP_X_FORWARDED_FOR 75.164.xxx.xxx
HTTP_X_REAL_IP 75.164.xxx.xxx
params message Uncaught [object Object] Url: https://forum.glasair-owners.com/assets/ember_jquery-5dbd79abddf5392627
--- --- --- ---
--- ---
url https://forum.glasair-owners.com/assets/ember_jquery-5dbd79abddf53926275c73f77dbe61e7351258de8d2e886b
line 9
column 11652
window_location https://forum.glasair-owners.com/review
@eviltrout is this on your list?
eviltrout
(Robin Ward)
1 Aprile 2019, 4:12pm
3
Could you check the logs again for the server side error? What you’ve included here appears to be a Javascript error which is not the root cause.
The error was on March 29, and /logs only goes back to March 30. I didn’t protect it. Can the log be retrieved elsewhere?
Earlier today I tried Approve again and this time it went through without the 403 error.
eviltrout
(Robin Ward)
1 Aprile 2019, 5:47pm
5
Unfortunately not. Do you know if you updated your forum since the error appeared? I’m trying to figure out if it’s something we fixed already.
I have not updated - still on the same version that first produced the issue: v2.3.0.beta6 +16.
Perhaps completely unrelated , but… my forum started as an import from phpBB, and all my new users show up as “Anonymous user from phpBB3” even though they are not. For example the user from the OP looks like this:
EDIT: One more data point, as mentioned here —my invite only has been enabled since the forum was created.
eviltrout
(Robin Ward)
1 Aprile 2019, 7:12pm
8
Okay now I am wondering if the bug is related to invite only when using SSO, I’m investigating.
eviltrout
(Robin Ward)
1 Aprile 2019, 7:44pm
9
Okay after looking into it slightly, I suspect the problem here is having SSO + Invite Only was always undefined behavior in Discourse. It doesn’t really make sense to have people log in via SSO but also require an invite.
Is disabling invite only an option for you? Why would you need it enabled?
Yes - I’ve disabled it already and I can’t recall why it was enabled.
This appears to have been fixed by disabling invite only when SSO is in use. I just had a new user sign up and he was not queued for review.
Still on the same version v2.3.0.beta6 +16.
eviltrout
(Robin Ward)
1 Aprile 2019, 9:49pm
12
I’m going to see if I can prevent invite only from being set when using SSO.
Also consider this use case:
I think that’s a bug. You can’t invite users when SSO is enabled, but the invite button is still shown.
eviltrout
(Robin Ward)
2 Aprile 2019, 2:30pm
14
This commit prevents invite only and enable sso at the same time:
committed 02:26PM - 02 Apr 19 UTC
This functionality was never supported but before the new review queue
it didn't… have any errors. Now the combination of settings is prevented
and existing sites with sso enabled will be migrated to remove invite
only.
eviltrout
(Robin Ward)
2 Aprile 2019, 2:41pm
15
I looked into this, and it seems to work now. If enable sso is true, the “Share / Invite” (now consolidated) modal does not allow emails, only usernames.