| View previous topic :: View next topic |
| Author |
Message |
zone

Joined: 26 Jun 2008 Posts: 7
|
Posted: Fri Jun 27, 2008 8:32 pm Post subject: admin mail bei user anmeldung |
|
|
habe da ein fehler gefunden und zwar wenn sich ein user anmeldet dann bekomme ich als admin eine e mail zum freischalten wo user name drinne steht und sein passwort <--und da ist der fehler finde das man das pw vom user nicht wissen sollte  |
|
| Back to top |
|
 |
Paddelberg Site Admin

Joined: 17 Jan 2006 Posts: 797 Location: Worms
|
Posted: Sat Jun 28, 2008 1:37 pm Post subject: |
|
|
Hi
haste schon irgendwie recht.
Ich habs mir auf die to do Liste geschreiben.
mfg
simon |
|
| Back to top |
|
 |
zone

Joined: 26 Jun 2008 Posts: 7
|
Posted: Sat Jun 28, 2008 1:55 pm Post subject: |
|
|
| in welche php müsste ich den das finden? |
|
| Back to top |
|
 |
Akreb
Joined: 21 Jun 2008 Posts: 4
|
Posted: Sat Jun 28, 2008 8:23 pm Post subject: |
|
|
| Du kannst doch einfach die Mail Benachrichtung deaktivieren. |
|
| Back to top |
|
 |
zone

Joined: 26 Jun 2008 Posts: 7
|
Posted: Sun Jun 29, 2008 3:58 am Post subject: |
|
|
Mu haha schlaukopf  |
|
| Back to top |
|
 |
Paddelberg Site Admin

Joined: 17 Jan 2006 Posts: 797 Location: Worms
|
Posted: Tue Jul 01, 2008 2:55 pm Post subject: |
|
|
Hi
schau mal in der Datei add.php
in ~ Zeile 231 findest du folgenden Code
| Code: | | $body2 = $validateurl."\n\n".$text_name." ".$name."\n".$text_email." ".$email."\n".$text_pass." ".$mailpass."\n".$text_url." ".$url."\n".$text_bannerurl." ".$bannerurl."\n".$text_reciprocal." ".$reciprocal."\n".$text_title." ".$title."\n".$text_description." ".$description."\n".$text_notes." ".$notes."\n".$text_adminsignupip." ".$signupip."\n".$text_joindate." ".$joindate."\n\n"; |
ändere das in
| Code: | | $body2 = $validateurl."\n\n".$text_name." ".$name."\n".$text_email." ".$email."\n".$text_url." ".$url."\n".$text_bannerurl." ".$bannerurl."\n".$text_reciprocal." ".$reciprocal."\n".$text_title." ".$title."\n".$text_description." ".$description."\n".$text_notes." ".$notes."\n".$text_adminsignupip." ".$signupip."\n".$text_joindate." ".$joindate."\n\n"; |
und dann bekommst der Admin kein Passwort merh in den anmelde Mails
mfg
simon |
|
| Back to top |
|
 |
|