(WordPressの管理画面ではなく) テーマにラップされているサイトのウェブ画面にデータを保持するためには、このプラグインを使用することで、登録ユーザーが設定を管理したりパスワードを変更したり忘れたパスワードをリセットしたりするための領域を設定できます。

このページの設定は、 登録の項目で説明されている登録ページの設定と全く同じです。

原文を見る

In order to keep things on the front end of the site where things are wrapped in your theme (as opposed to the WP back-end), the plugin allows you to set an area for registered users to manage their settings, change their password, and also reset a forgotten password.

Setting this page up is exactly like setting up a registration page, covered in the section on Registration.

https://rocketgeek.com/plugins/wp-members/docs/user-profile/

ユーザープロフィール領域を作成する

ユーザープロフィールとは、ログインしているユーザーが自分のプロフィール情報を更新し、パスワードを変更できるページのことです。またこのページでは、ログアウトしたユーザーがパスワードを忘れた場合にリセットすることもできます。新しいページを作成し、本文に以下のショートコードを配置します。:

[wpmem_profile]

注意: デフォルトでページを閲覧制限するようにプラグインを設定している場合は、このページが制限解除されるように設定する必要があります。

原文を見る

The User Profile is a page where logged in users can update their profile information and change their password.  Also on this page, a logged out user can have a forgotten password reset.  Create a new page and place the following shortcode in the body:

[wpmem_profile]

Note: If you have set the plugin to block pages by default, you should set this page to be unblocked.

https://rocketgeek.com/plugins/wp-members/docs/user-profile/

ユーザープロフィールの場所

上記で簡単に説明したように登録ページを作成すると、他のページを処理するのと同じ方法でWordPress環境内のページとしてメニューに追加できるようになります。これはあなたとあなたが使用しているテーマ、および全てのページをデフォルトメニューに表示するかどうかによって異なります。 

プラグインのメインオプション タブには、ユーザープロフィールページを選択するための設定があります。これによりプラグインにページの場所が通知され、それを使用してログインフォームに「パスワードを忘れた場合」リンクが生成されます。パスワードのリセット時に画面を戻るリンクを生成するためにも使用されます。

原文を見る

Once you create the User Profile page as outlined above, it is available as a page in your WP installation to be added to menus in the same way you handle other pages.  This is dependent upon you and your theme, and whether you display all pages in a default menu.

In the plugin’s main options tab there is a setting for you to select the user profile page.  This tells the plugin where the page is and uses this to generate a “Forgot Password” link in the login forms. It is also used to generate the return link in the password reset.

https://rocketgeek.com/plugins/wp-members/docs/user-profile/