Changeset 1320726
- Timestamp:
- 01/04/2016 07:30:01 AM (10 years ago)
- File:
-
- 1 edited
-
embedded-login-form/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embedded-login-form/trunk/readme.txt
r1320721 r1320726 18 18 **Login/register component** This component is to be shown just to non-logged visitors, allowing to choose one of these 2 actions and showing just login or register form. This component could be customized to be shown on top of home page (exactly at the bottom of header), author templates, posts and pages, archives... If more flexibility is needed, a shortcode or function calls can be used. 19 19 20 *Login Form: show login+password fields and a lost password recovery link.21 *Register Form: show two fields, the first one to choose a login name and the other to explicit a login email.20 Login Form: show login+password fields and a lost password recovery link. 21 Register Form: show two fields, the first one to choose a login name and the other to explicit a login email. 22 22 23 23 Both forms manage errors and messages without using the backend. … … 26 26 The author card also allows to modify author info (login, bio...) if the logged in user is the displayed author. 27 27 This form manage errors and messages without using the backend. 28 29 **Shortcodes** 30 31 [antonelf_logout_link]: Displays a logout link just if user is logged in. @param $atts['content'] if set, define message to show in logout link, otherwise __('Logout') will be shown as message 32 [antonelf_login_register_form]: Displays the register/login template (no parameters needed). 33 [antonelf_author_card]: Displays the Author info card (no parameters needed). 34 28 35 29 36 **I18N**
Note: See TracChangeset
for help on using the changeset viewer.