Make WordPress Core

Opened 16 years ago

Closed 13 years ago

#12393 closed enhancement (duplicate)

Hooks to enable custom login without editing core files

Reported by: sleepuser Owned by:
Priority: low Milestone:
Component: Users Version: 2.9.2
Severity: normal Keywords: needs-patch login custom core files
Cc: Focuses:

Description

One of the basic features of wordpress is to avoid having users edit core files.
It is impossible to properly customise wp-login without manually editing the file directly - not good for upgrades!

Need to make login_header function pluggable or add a do_action hook before the <html....> tag
Need to add a login_footer.

In fact what is required was highlighted in #4478 complete with diff file. This was marked as resolved BUT IT WAS NOT! I agree it might be a duplicate of issue #9682 BUT the underlying issue of being able to overwrite the login-header function WAS NOT solved.

(see recent support forum requests #252094 and #333994)

The solution MUST allow a replacement of login header (and even better also a replacement of the </body></html> tags from the switch statement with a login_footer function which could also be overrided - pluggable).

Thanks.

In an ideal world need to re-open #4478 to ensure accurate resolution.

Thanks

Change History (5)

#1 @sleepuser
16 years ago

  • Cc sleepuser added

#2 @Denis-de-Bernardy
16 years ago

  • Component GeneralUsers
  • Keywords needs-patch added
  • Milestone UnassignedFuture Release
  • Priority highlow
  • Type defect (bug)enhancement

#3 @unsalkorkmaz
16 years ago

  • Cc unsalkorkmaz added

#4 @F J Kaiser
16 years ago

  • Cc 24-7@… added

#5 @johnbillion
13 years ago

  • Milestone Future Release
  • Resolutionduplicate
  • Status newclosed

Duplicate of #17948.

Note: See TracTickets for help on using tickets.