1
orwah
password bug in 2.2.3 "accept just numeric chars" else "password most bel 3 char length" message
  • 2005/8/31 15:37

  • orwah

  • Just popping in

  • Posts: 17

  • Since: 2005/3/4 9


as you see

if the password numerical such "123" or whate ever no problem

if there are a char like "abc" it will get the message
password must be 3 chars at least.

2
m0nty
Re: password bug in 2.2.3 "accept just numeric chars" else "password most bel 3 char length" message
  • 2005/8/31 15:52

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


for the zillionth time to this question and bug.

https://xoops.org/modules/news/article.php?storyid=2533

please use the search function (it's what it's used for) or read the news articles relating to 2.2.3

it would save every1 repeating themselves and you would get your answers/solutions faster.

3
orwah
Re: password bug in 2.2.3 "accept just numeric chars" else "password most bel 3 char length" message
  • 2005/8/31 16:04

  • orwah

  • Just popping in

  • Posts: 17

  • Since: 2005/3/4 9


sorry

ok

4
m0nty
Re: password bug in 2.2.3 "accept just numeric chars" else "password most bel 3 char length" message
  • 2005/8/31 16:07

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


no probs :) sorry if i sound harsh.. just trying to make it less frustrating for you as repeat questions tend to get ignored or not replied to quickly..

5
orwah
Re: password bug in 2.2.3 "accept just numeric chars" else "password most bel 3 char length" message
  • 2005/8/31 16:18

  • orwah

  • Just popping in

  • Posts: 17

  • Since: 2005/3/4 9


i tried :
if (!$config) { // If there is a config error, we use xoops
    
$xoops_auth_method 'xoops';
} else {
    
$xoops_auth_method $config[0]->getConfValueForOutput();
    if(!
is_readableXOOPS_ROOT_PATH.'/class/auth/auth_' $xoops_auth_method '.php')){
        
$xoops_auth_method 'xoops';
    }
}


but the bug still
i cann't register with "abc" as password ??

6
m0nty
Re: password bug in 2.2.3 "accept just numeric chars" else "password most bel 3 char length" message
  • 2005/8/31 16:40

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


wrong solution.. lol

modules/profile/register.php
line #75
if (!empty($xoopsModuleConfig['minpass']) && [b][color=FF0000]strlen[/color][/b]($_POST['pass']) <$xoopsModuleConfig['minpass']) {

7
orwah
Re: password bug in 2.2.3 "accept just numeric chars" else "password most bel 3 char length" message
  • 2005/8/31 17:06

  • orwah

  • Just popping in

  • Posts: 17

  • Since: 2005/3/4 9


ok

thanks m0nty .. it works

Login

Who's Online

194 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 194


more...

Donat-O-Meter

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

Latest GitHub Commits