Re: [DOC-WEB] cvs: docweb /sql users.sql
[email protected] (Vincent Gevers)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 30 July 2005 19:05, Nuno Lopes wrote: > We could port pear's scripts. We just need a simple form to change the > user's entry (not a register form). Nothing dificult, IMHO. We only have a few fields to edit, not even a password field. porting something might take more time.. something like: /user/vincent/edit or /users.php?user=vincent&edit seems nice for me (imo) an accounts list, like pear has, is imo not needed, there is a nice list at master.php.net. just a brainstorm here.. Vincent > > Nuno > > > ----- Original Message ----- > > > 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