1
xahvtec
registered user password change?
  • 2005/12/14 18:20

  • xahvtec

  • Just popping in

  • Posts: 30

  • Since: 2004/12/2


hey, my users for some reason cannot change their own password and they keep on emailing me and requesting me to do it manually. i thought at first i overlooked a permission, but i cant find it.

i am running the latest version of xoops. please help me find the setting that allows users to change their own pass.

thanks.

2
xahvtec
Re: registered user password change?
  • 2005/12/16 1:14

  • xahvtec

  • Just popping in

  • Posts: 30

  • Since: 2004/12/2


bump!

3
toddherrold
Re: registered user password change?

This feature doesn't work for a lot of users of the latest version of xoops. it's because the member profiles module is buggy. Password changes work for me, but password requests via email do not. So, whenever someone can't remember their password, I have to go in and change it to a default, let them know, and then have them change it back once they log in. It's a major pain. Email address changes by the user do not work for me either.

4
king76
Re: registered user password change?
  • 2005/12/17 0:17

  • king76

  • Just popping in

  • Posts: 93

  • Since: 2003/1/15


Yes, me too...

Big problem ;-(
I'm a poor french man, i don't speak english
----------------

5
xahvtec
Re: registered user password change?
  • 2005/12/17 0:24

  • xahvtec

  • Just popping in

  • Posts: 30

  • Since: 2004/12/2


Quote:

toddherrold wrote:
Password changes work for me, but password requests via email do not.


so you are saying that users can change their own passwords on your site?

6
king76
Re: registered user password change?
  • 2005/12/17 3:42

  • king76

  • Just popping in

  • Posts: 93

  • Since: 2003/1/15


Ok, I have solution, please open modules/profile/changemail.php

Line 34 :

if (!isset($_POST['submit']) && !isset($_GET['code'])) {

Line 45 :

if (!isset($_GET['code'])) {

Line 55 add that :

$xoopsMailer->assign("X_UNAME", $xoopsUser->getVar("uname"));

Line 61 :

$xoopsMailer->setToEmails($_POST['newmail']);

And It's ok.

do you have also problem for register new member and notification with newbb ?

Grr 2.2..

A+
I'm a poor french man, i don't speak english
----------------

7
xahvtec
Re: registered user password change?
  • 2005/12/17 5:45

  • xahvtec

  • Just popping in

  • Posts: 30

  • Since: 2004/12/2


i have no issues with new members registering...

i DO have issues for notifications...i NEVER get them, #OOPS# it!!!!

8
king76
Re: registered user password change?
  • 2005/12/17 16:22

  • king76

  • Just popping in

  • Posts: 93

  • Since: 2003/1/15


Ok It's right for me.

- Change mail
- New register member
- Notification (cbb 2.30)

A+
I'm a poor french man, i don't speak english
----------------

9
Truelove
Re: registered user password change?
  • 2006/1/14 11:33

  • Truelove

  • Just popping in

  • Posts: 7

  • Since: 2006/1/11


Thanks King76. This works for me!

Quote:

king76 wrote:
Ok, I have solution, please open modules/profile/changemail.php

Line 34 :

if (!isset($_POST['submit']) && !isset($_GET['code'])) {

Line 45 :

if (!isset($_GET['code'])) {

Line 55 add that :

$xoopsMailer->assign("X_UNAME", $xoopsUser->getVar("uname"));

Line 61 :

$xoopsMailer->setToEmails($_POST['newmail']);

10
allnewtome
Re: registered user password change?
  • 2006/1/21 18:36

  • allnewtome

  • Not too shy to talk

  • Posts: 175

  • Since: 2005/11/30


king76 - thank you very much!

I was trying to fix this last night and only got as far as noticing that newemail needed to be newmail in line 61. It still wasn't sending any emails! I had given it up as a bad job and just removed it from the site.

I don't think the XOOPS site has it either.

You seem to know your onions - do you know how to get newbb forum digest to work? I've asked a few times but no-one can help (again, the XOops site doesn't use it either). If you do, could you start a new thread on it and/or PM me?

THANKS

Login

Who's Online

178 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 178


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits