Welcome Visitor, Please Login or Register Now Thursday, April 25, 2024 09:16 PM 
Forums Index > Mewsoft Products > Auctionawy > EditProfile - problem
New Topic   New Reply
Search for:
Author Message
AuctionWeb AuctionWeb's personal page
Registered Member
Posts: 52 Display member's posts
Joined: 04-25-24 09:16 PM
Member Offline
View Member's Profile Send private message
 
Back to top
EditProfile - problem Edit Delete Reply with quote Quote
First Post Posted on: 04-03-08 08:57 PM next post first post
Hi,
User can edit his profile and set his email to be other user email.
This causes problem while using "forgot your username?".
Can it be fixed?

Thanks,

Auction Web
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-25-24 09:16 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: EditProfile - problem Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 04-05-08 12:20 AM next post previous post
Not sure what is the relation. User can change his confirmed email. So what you need in the forgot your username?. The program uses the updated email for any info.

Mewsoft Support
www.mewsoft.com

AuctionWeb AuctionWeb's personal page
Registered Member
Posts: 52 Display member's posts
Joined: 04-25-24 09:16 PM
Member Offline
View Member's Profile Send private message
 
Back to top
forgot my password Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 04-05-08 11:19 AM next post previous post
Sorry, i wanted to write "forgot your password?".
In this case if there are 2 users with the same email, the system will find the first one and sends him his password and he didn't ask for, but the second user will not get his password that he asked for.

Auction Web
AuctionWeb AuctionWeb's personal page
Registered Member
Posts: 52 Display member's posts
Joined: 04-25-24 09:16 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: EditProfile - problem Edit Delete Reply with quote Quote
Reply #: 3 Posted on: 04-10-08 11:20 AM next post previous post
This problem, also causes double or more accounts to one user.
How can we prevent it?

Auction Web
adi_novac adi_novac's personal page
Registered Member
Posts: 11 Display member's posts
Joined: 04-25-24 09:16 PM
Member Offline
View Member's Profile Send private message YIM Messenger: adi_novac
 
Back to top
Re: EditProfile - problem Edit Delete Reply with quote Quote
Reply #: 4 Posted on: 04-29-08 02:46 PM next post previous post
Any answers to this? You should not be able to change your email to an email of a registered user. That address receives OR IT SHOULD receive the new account infos.

Why OR IT SHOULD?

'Cause in my copy of auction software at least I have the editprofile.pm language file the next line:

********
edit_profile_email_message~==~Dear <!--Name-->,<BR>Your registration information has changed as follows. <BR>Thank You
*********

No new registration infos is sent. It's just an useless email.
Anonymous Anonymous's personal page
Registered Member
Posts: Display member's posts
Joined: 04-25-24 09:16 PM
Member Offline
View Member's Profile PM
 
Back to top
Re: EditProfile - problem Edit Delete Reply with quote Quote
Reply #: 5 Posted on: 04-29-08 03:55 PM next post previous post
edited
adi_novac adi_novac's personal page
Registered Member
Posts: 11 Display member's posts
Joined: 04-25-24 09:16 PM
Member Offline
View Member's Profile Send private message YIM Messenger: adi_novac
 
Back to top
Re: EditProfile - problem Edit Delete Reply with quote Quote
Reply #: 6 Posted on: 04-29-08 06:18 PM next post previous post

I have this problem with editprofile.pm. I tried inserting the tags in the variable you mentioned adi_novac, but it did not work.

<!--FName-->
<!--LName-->
<!--Company-->
<!--Job_Title-->
<!--Street-->
<!--City-->
<!--State-->
<!--Zip-->



Now there are available only 3 tags:
<!--Name-->
<!--User_ID-->
<!--Password-->

If you want, you may edit your editprofile.pm (not the language file).
Find this:
$Msg = $Language{edit_profile_email_message};
$Msg =~ s/<!--Name-->/$Param{FName}/g;
$Msg =~ s/<!--User_ID-->/$Param{User_ID}/g;
$Msg =~ s/<!--Password-->/$Param{Password}/g;

Below add your needed tags:
Ex:
$Msg =~ s/<!--LName-->/$Param{LName}/g;
.........etc
and then edit the editprofile.pm language file with <!--Lname-->

HTH,
Anonymous Anonymous's personal page
Registered Member
Posts: Display member's posts
Joined: 04-25-24 09:16 PM
Member Offline
View Member's Profile PM
 
Back to top
Re: EditProfile - problem Edit Delete Reply with quote Quote
Reply #: 7 Posted on: 04-29-08 07:32 PM last post previous post
edited
Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print