I mean the settings for the phpbb extension.Soberbender wrote: ↑Sun Sep 24, 2023 12:50 pm Are there any special settings required in order to set up registration for WordPress through the forum?
Missing folder
-
- User w
- Posts: 10
- Joined: Sat Sep 23, 2023 10:51 pm
Re: Missing folder
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Missing folder
Be careful to set the URL as explained into the extension linked post, or the cURL will not be recognized by WP.
Also activate the related option ADD users in wordpress when registration completed ....
Also activate the related option ADD users in wordpress when registration completed ....
-
- User w
- Posts: 10
- Joined: Sat Sep 23, 2023 10:51 pm
Re: Missing folder
Thank you. Since you told me to write to you about this work of mine, I will tell you in any case whether I succeed or not.
-
- User w
- Posts: 10
- Joined: Sat Sep 23, 2023 10:51 pm
Re: Missing folder
And yet I managed to break the forum. ))
In the settings I specified the URL with a trailing slash. This was done in haste. I later changed this, but now I get an error when logging into the forum from any device. Is it because of the slash?
Deactivating the plugin didn't help. Same error. However, everything is fine in WordPress. Rolling back the files and database until yesterday did not give anything. What can I do now?
Help me please.
Below are two screenshots
-
- User w
- Posts: 10
- Joined: Sat Sep 23, 2023 10:51 pm
Re: Missing folder
I fixed everything. Sorry to bother you))
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Missing folder
Really NP! Very nice, remember: these are a wp plugin and a phpBB ext.
They do NOT change NOTHING into yours WP or phpBB but just manage user's sessions, pass changes, emails.
The unique thing you have to worry, once the integration will be maybe dismissed whenever you'll want, is the fact, that WP users may will have to reset the pass in order to login. Because the hash used is normally (but depend by the way you use about pass hash option) the one of phpBB, that without the plugin installed, will not be recognized by wp.
To fix this, in case of uninstall and user's hash has changed in the while, and you do not want to let users to reset their pass, it would require a simply plugin of 10 lines or 20 at max whenever required.
They do NOT change NOTHING into yours WP or phpBB but just manage user's sessions, pass changes, emails.
The unique thing you have to worry, once the integration will be maybe dismissed whenever you'll want, is the fact, that WP users may will have to reset the pass in order to login. Because the hash used is normally (but depend by the way you use about pass hash option) the one of phpBB, that without the plugin installed, will not be recognized by wp.
To fix this, in case of uninstall and user's hash has changed in the while, and you do not want to let users to reset their pass, it would require a simply plugin of 10 lines or 20 at max whenever required.