php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #56141 Prefilled email/password for logged in developers
Submitted: 2004-07-22 10:16 UTC Modified: 2006-02-20 13:07 UTC
From: klaus at capitalfocus dot org Assigned: pajoye (profile)
Status: Closed Package: PECL bug system (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 + 7 = ?
Subscribe to this entry?

 
 [2004-07-22 10:16 UTC] klaus at capitalfocus dot org
Description:
------------
When reporting a new bug, I would like to have the data from my PEAR account automatically used. That is, if I am logged in, it should not ask for my email or a password. After all, I _am_ logged in and that should be sufficient. The bug system should take the necessary details from my user account.

Currently, for new bug reports, both email and password are required to be entered for all people reporting a bug.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-22 10:38 UTC] danielc at analysisandsolutions dot com
While prefilling the email address is doable, it doesn't seem like a big deal to write it in.  Preentering the password can't be done since all we have on record is the md5 hash.
 [2004-07-22 11:29 UTC] klaus at capitalfocus dot org
Actually, I was thinking more of something like not having to enter the data at all, not even having the boxes for it. That means, uses the email from your account just like when you edit it, and if you want to change it, it checks either if you are logged in (and your username submitted the bug) or if you are not logged in, asks you for the password (as before). Basically this means giving PEAR developers a fast track to bug submission.
 [2004-07-22 14:31 UTC] danielc at analysisandsolutions dot com
There was some crude attempt at something like that in the system before.  But, it didn't work.  The information in the cookies and database conflicted.  It also caused problems when submitting a bug when not logged in but then trying to edit it when logged in.  So I removed it.

I think the efforts of adding this feature and having to perform the various pieces of logic each time the bug is edited outweigh the benefits.  But, that's my opinion.

I'll mark the status as "Analyzed" and unassign it.  Perhaps someone else will want to pick it up in the future.
 [2004-12-28 15:48 UTC] smith at backendmedia dot com
just wanted to request the same feature :-)
anyways i guess this is just to bump the request back onto the radar :-)
 [2005-01-27 05:08 UTC] helgi at trance dot is
I'll probably look at this soon, will tho not go the prefilled way.
 [2006-02-18 06:48 UTC] techtonik@php.net
One year timeout and still no progress.

+1 for the feature.
 [2006-02-19 21:34 UTC] pajoye@php.net
I will change the report page, if a pear member is logged in, there is no need of any information. Everything is already available is the user database.

I will check if the magic cookie is still used for pear members, it should not be used.
 [2006-02-20 13:07 UTC] pajoye@php.net
This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC