pecl:web:todo:svn_auth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pecl:web:todo:svn_auth [2017/09/22 13:28] – external edit 127.0.0.1pecl:web:todo:svn_auth [2021/04/06 08:04] (current) – rename master to main sergey
Line 1: Line 1:
-====== Svn auth (through master.php.net) ======+====== Svn auth (through main.php.net) ======
  
 ===== login ===== ===== login =====
   * users can log in with their svn credentials.   * users can log in with their svn credentials.
-  * if the given username is in the db, but it is missing from master.php.net, we error out and tell him/her to contact pecl-dev@php.net for help.  +  * if the given username is in the db, but it is missing from main.php.net, we error out and tell him/her to contact pecl-dev@php.net for help.  
-  * we create the user record in the db if neccessary on the first login. we pull the user info(name, email) from master.php.net.+  * we create the user record in the db if neccessary on the first login. we pull the user info(name, email) from main.php.net.
   * the 'PEAR_USER' and 'PEAR_PW' cookies are removed and those checks are replaced, we only use the session cookie for user authentication.   * the 'PEAR_USER' and 'PEAR_PW' cookies are removed and those checks are replaced, we only use the session cookie for user authentication.
   * the password field from the user table should be dropped.     * the password field from the user table should be dropped.  
 ===== account request ===== ===== account request =====
   * SVN account request isn't optional anymore.   * SVN account request isn't optional anymore.
-  * we first check the username/password against master.php.net, if thats succesful, we error out and tell the user to simply log in. +  * we first check the username/password against main.php.net, if thats succesful, we error out and tell the user to simply log in. 
-  * if the given username exists on the master.php.net, but the password isn't right, we error out and tell the user that chose a different username or try to login or use the http://master.php.net/forgot.php to change his password.+  * if the given username exists on the main.php.net, but the password isn't right, we error out and tell the user that chose a different username or try to login or use the http://main.php.net/forgot.php to change his password.
   * if it's a new user, we send the svn account request and we create a normal user record in the db, not a temp, as the login will only work if the svn account is approved.   * if it's a new user, we send the svn account request and we create a normal user record in the db, not a temp, as the login will only work if the svn account is approved.
pecl/web/todo/svn_auth.1506086901.txt.gz · Last modified: 2017/09/22 13:28 by 127.0.0.1