Opened 14 years ago
Closed 10 years ago
#14132 closed enhancement (maybelater)
Login widget using wp_login_form(); function
Reported by: | ramiy | Owned by: | azizur |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
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 (14)
#2
follow-up:
↓ 4
@
14 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?
#4
in reply to:
↑ 2
@
14 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.
#7
@
14 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.
#8
@
14 years ago
use _(); function for:
- line 353 for ¨Welcome¨ text.
- line 358 for ¨View your profile¨ text.
- line 359 for ¨Change Password¨ text.
Note: See
TracTickets for help on using
tickets.
I am working on a login widget for a project. I will submit a patch for this when I have it working.