Re: [DOC-WEB] cvs: docweb /sql users.sql
[email protected] (Vincent Gevers)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Just a suggestion for getting new username in the db: In the future, I think we should fetch the real name (if it's not in the db yet) from master.php.net and store it in our db. this way we will have a fast site(no external info needed) most of the times. of course if master.php.net is down it will create some problems... Having an extra register form like pear has doesn't seem to fit the site, all cvs users should be able to login, since we use the magic cookie. Vincent On Saturday 30 July 2005 18:34, Jacques Marneweck wrote: > jacques Sat Jul 30 12:34:10 2005 EDT > > Modified files: > /docweb/sql users.sql > Log: > whishlist -> wishlist > > > http://cvs.php.net/diff.php/docweb/sql/users.sql?r1=1.2&r2=1.3&ty=u > Index: docweb/sql/users.sql > diff -u docweb/sql/users.sql:1.2 docweb/sql/users.sql:1.3 > --- docweb/sql/users.sql:1.2 Fri Jul 29 14:43:48 2005 > +++ docweb/sql/users.sql Sat Jul 30 12:34:08 2005 > @@ -9,5 +9,5 @@ > name TEXT, > country TEXT, > site TEXT, > - whishlist TEXT > + wishlist TEXT > );