[wp-trac] [WordPress Trac] #15088: Reduce Remote Dependency of the Network Admin
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 18 16:32:31 UTC 2011
#15088: Reduce Remote Dependency of the Network Admin
--------------------------------------+----------------------
Reporter: hakre | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: General | Version: 3.0
Severity: normal | Resolution: wontfix
Keywords: needs-patch dev-feedback |
--------------------------------------+----------------------
Changes (by azaozz):
* status: reopened => closed
* resolution: => wontfix
Comment:
Replying to [comment:12 hakre]:
> ...
> I wonder if it's possible to get the code that works on the remote site
to genreate the salts and offer it with core...
There are 2-3 methods to generate a random string in PHP. Core already has
this implemented:
{{{
wp_generate_password( 64, true, true );
}}}
I don't see why we would need another implementation.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15088#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list