Make WordPress Core

Opened 14 years ago

Closed 10 years ago

#14132 closed enhancement (maybelater)

Login widget using wp_login_form(); function

Reported by: ramiy's profile ramiy Owned by: azizur's profile 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)

Login widget using wp_login_form.patch (3.1 KB) - added by azizur 14 years ago.
Login widget using wp_login_form v0.0.1
Login widget using wp_login_form 20101125.patch (3.2 KB) - added by azizur 13 years ago.
Updated patch with localization support

Download all attachments as: .zip

Change History (14)

#1 @azizur
14 years ago

  • Cc azizur added

I am working on a login widget for a project. I will submit a patch for this when I have it working.

#2 follow-up: @nacin
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?

#3 @nacin
14 years ago

  • Keywords needs-patch added; need-patch removed

#4 in reply to: ↑ 2 @ramiy
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.

#5 follow-up: @nacin
14 years ago

  • Milestone changed from Awaiting Review to Future Release

No patch.

#6 in reply to: ↑ 5 @ramiy
14 years ago

Replying to nacin:

No patch.

azizur is working on a patch.

@azizur
14 years ago

Login widget using wp_login_form v0.0.1

#7 @azizur
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 @ramiy
14 years ago

use _(); function for:

  • line 353 for ¨Welcome¨ text.
  • line 358 for ¨View your profile¨ text.
  • line 359 for ¨Change Password¨ text.

@azizur
13 years ago

Updated patch with localization support

#9 @ramiy
13 years ago

  • Cc ramiy removed

#10 @ramiy
13 years ago

  • Cc ramiy added

#11 @chriscct7
10 years ago

  • Keywords close added; ux-feedback removed

I suppose this is plugins territory now (and there's many that do this now). Recommended close.

#12 @DrewAPicture
10 years ago

  • Keywords close removed
  • Milestone Future Release deleted
  • Resolution set to maybelater
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.