Opened 3 years ago
Last modified 2 years ago
#14132 assigned enhancement
Login widget using wp_login_form(); function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Widgets | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch ux-feedback |
| Cc: | r_a_m_i@…, ramiy |
Description
In wordpress 3.0 we added the wp_login_form(); function.
But if a blog owners don't know PHP he can't add a login form to his blog.
Adding a widget (that uses this function) will make it easyer for users to do this.
Attachments (2)
Change History (12)
comment:2
follow-up:
↓ 4
nacin
— 3 years ago
- Keywords ux-feedback added
Not sure if this needs to be a default widget. Makes sense, but is it something we really need?
comment:4
in reply to:
↑ 2
ramiy
— 3 years ago
- Cc ramiy added
- Owner set to azizur
- Status changed from new to assigned
Replying to nacin:
Makes sense, but is it something we really need?
I think it make sense and i we really need it. There are over 200 milion sites using WP and most of the site owners don´t know PHP.
comment:5
follow-up:
↓ 6
nacin
— 3 years ago
- Milestone changed from Awaiting Review to Future Release
No patch.
comment:7
azizur
— 3 years ago
- Cc azizur removed
- Keywords has-patch added; needs-patch removed
- Version changed from 3.0 to 3.1
Patch attached for simple log-in/out widgets.
see @todo for features that can be added in future versions.
comment:8
ramiy
— 3 years ago
use _(); function for:
- line 353 for ¨Welcome¨ text.
- line 358 for ¨View your profile¨ text.
- line 359 for ¨Change Password¨ text.
comment:10
ramiy
— 2 years ago
- Cc ramiy added
I am working on a login widget for a project. I will submit a patch for this when I have it working.