Support » Plugin: WP-Members Membership Plugin » WP-Members Bestätigungslink
WP-Members Bestätigungslink
-
Wer kann mir bei der Konfiguration eines Bestätigungslinks bei dem Plugin WP-Members helfen?
Der User bekommt nach der Registrierung eine Email und wird aufgefordert, seine Anmeldung zu bestätigen. Das klappt aber nicht, der Link ist so nicht ok, siehe hier:
Klicke um dein Konto zu bestätigen: /?a=confirm&key=V59CrA9X1HgXZdYZBFP8&login=qwert
Danke
Walter
-
That usually means you don’t have a user profile page set in the plugin’s settings.
If you haven’t already done so, create a page with the [wpmem_profile] shortcode. In the WP-Members Options tab, use the selector for user profile page to select this page.
That setting is used to create the “forgot password” link in the login form as well as creating the return link in the password reset email.
Es ist richtig, ich habe keine Seite angelegt.
Wie kann ich die Seite anlegen? Hast du ein Beispiel, was ich machen muss?
Danke
Same as creating any other page in WordPress, and adding a shortcode to it:
- Make a new page in WordPress
- Add the [wpmem_ul] shortcode to the page
Once you’ve created it, go to the plugin’s settings and go to “Pages”. Then use the selector to select the page for the “User Profile Page” setting.
Documentation on the user profile here:
https://rocketgeek.com/plugins/wp-members/docs/user-profile/Hi,
thanks for the explanation. The registration works. But I’m not quite satisfied yet: after the user has confirmed his email, he gets this email:
“Vielen Dank für die Validierung deines Kontos.Dein Konto muss noch genehmigt werden.”
where can i edit the text?
Thanks a lot.
Walter
-
This reply was modified 1 year, 2 months ago by
iMacfux.
All of the emails can be edited in the plugin’s Emails tab.
Thanks…
What I wrote above does not come as an email, but the user sees it in the Internet browser as an answer to his confirmation
The message strings in the confirmation process can be filtered with the wpmem_validation_link_default_dialogs filter. See: https://rocketgeek.com/plugins/wp-members/docs/api-functions/wpmem_validation_link_default_dialogs/
However, depending on what you’re getting at in your question, if your objective is to change the message (or in this case, two messages – the “success_message” and “moderated_message” strings), then use the filter. But if your objective is to improve the existing translation, then I recommend that you do that through the translation project here: https://translate.wordpress.org/projects/wp-plugins/wp-members/dev/de/default/
Hi Chad,
now thanks to your help. everything works the way I imagine it. a really great app. there are only a few optical problems, but they are related to the translation from english to german. again many thanks for your quick help.
Kind regards
walterHi Chad,
there is one more question:
when you go to my site for the first time, you see a preview of the last 6 posts. So you see the photo, 4 lines of text, and then you can click the “Read more” button. Only then will you be able to log in or register.
How can I make it so that a new visitor sees the registration page immediately?`
There are several ways to redirect the user to log in or register first.
Here is an article on how to redirect blocked content to the WP-Members login page:
https://rocketgeek.com/tips-and-tricks/redirect-blocked-content-to-a-login-page/If you want to use the wp-login.php (as in your link), there is a code snippet you can use:
https://rocketgeek.com/code-snippets/redirect-blocked-content-to-the-wp-login/Note that both of these only redirect if the content is blocked. If you want it to be for all pages, then take out the conditional check for
wpmem_is_blocked()
Thanks, that’s too complicated for me. I am not familiar with it. My English is not so good and I don’t understand the German translation. Do you have an example where I can click something? Or screenshots?
-
This reply was modified 1 year, 2 months ago by
iMacfux.
Hi Chad, it’s me again…
registering and logging in works. But if the user forgot his password, this page will be shown:
https://www.hoffmann-jahn.de/start-2/?a=pwdreset
However, this page should be displayed:
Then it works.
What should I do? Thank you
WalterThe plugin has its own password reset, and the link is built off of that (using the user profile page setting in the options).
See:
* https://rocketgeek.com/plugins/wp-members/docs/user-profile/
* https://rocketgeek.com/plugins/wp-members/docs/faqs/how-do-i-create-a-forgot-password-link-in-the-login-form/If you want to change where that would point to in order to use a custom link (as you do), then you need to filter that with the wpmem_forgot_link:
https://rocketgeek.com/plugins/wp-members/docs/filter-hooks/wpmem_forgot_link/
Thanks, it works….
Walter
-
This reply was modified 1 year, 2 months ago by
- The topic ‘WP-Members Bestätigungslink’ is closed to new replies.