Closed
Bug 713110
Opened 14 years ago
Closed 14 years ago
fields provided during creation of account missing on profile
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rshetty, Assigned: tofumatt)
Details
(Whiteboard: [dev])
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0a1) Gecko/20111205 Firefox/11.0a1 Firefox/11.0a1
Build ID: 20111205195320
Steps to reproduce:
Steps :
1 : Using Browser-ID authentication verify the email.
2 : Log-In to the system providing password.
3 :Account credentials are asked fill them. (Including ircname and website)
4 :Click create account.
Actual results:
The account credentials filled during creating account such as irc name , website and profile pic uploaded are vanished in profile (Not visible or updated).
Expected results:
The account credentials filled during creating account such as irc name , website and profile pic uploaded should have updated in the profile of the user saving him from the pain of uploading his picture and updating his information again.
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Here is a pull request for a proposed patch to put in the post-1.2 bug fix release.
https://github.com/mozilla/mozillians/pull/77
Comment 3•14 years ago
|
||
Pull request 77 are template only changes.
Another way to fix this would be to update the account creation view to properly handle the following fields:
* photo
* groups
* IRC nickname
* Website
Additionally there was discussion of a UX overhaul, which could also inform how to fix this bug. We probably don't want to wait that long, but pull request 77 is a good short term fix and UX overhaul is a good long term fix.
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [dev]
Comment 4•14 years ago
|
||
Commit pushed to https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/fb60f6ca018469df53d5c28d33ed5fca34e73f52
Remove fields during account creation (bug 713110)
| Assignee | ||
Comment 5•14 years ago
|
||
This should be fixed now -- wanna let me know :rshetty?
Assignee: nobody → tofumatt
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•14 years ago
|
||
:tofumatt
The Profile pic which is uploaded during the account creation has not been updated in profile.
You may wanna check on it.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 7•14 years ago
|
||
Forgot to hide the profile image. Fixed.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•14 years ago
|
||
QA Verified.
As suggested the IRC name,groups,profile pic,website fields are removed from the account creation form.
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Version: unspecified → other
You need to log in
before you can comment on or make changes to this bug.
Description
•