[SOLVED] Frontend User Management - add user

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

[SOLVED] Frontend User Management - add user

Post by Sabrinan »

I have the module Frontend User. and there you can add users.

i want to add a new user but if i do:

Test

Test


then it says my username or password is invalid.....

i just want to add some more users



and how can i change the text if you press forgot password??? where are those textlines
Last edited by Sabrinan on Mon Jun 14, 2010 8:29 am, edited 1 time in total.
janb

Re: Frontend User Management - add user

Post by janb »

Hi

So where do you enter Test, Test?

Username and password? or just password?

In FEU add user there is tree fields in the first page:
Username
Password
Password (again)

In FEU Preferences you can adjust the minimum length of Username and Password.
Default Minimum Password Length = 6
Minimum Username Length = 4
and how can i change the text if you press forgot password??? where are those textlines
Depends on what you want to change..

If you want to change language, you can do that in the FEU tag like this:

Code: Select all

{cms_module module=FrontEndUsers lang="en_US"}
Or If you want to change the text, edit "Forgot Password Templates" in Frontend User Management.

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

thnx, i was forgotten that it have to have 6 characters.

About the Language...

that is also fixt.

but how can i edit it.


example:

Forgot Your Password?

So you forgot or lost your password. Well, type your username in here, and if we can find you we will send you an email with instructions on how to reset it


where do i can edit that text?

it cant in  "Forgot Password Templates" in Frontend User Management.


there it is {$message}
janb

Re: Frontend User Management - add user

Post by janb »

Ohh, just replace {message} with whatever you want :)

Code: Select all

..
<p>{message}</p>
..

Code: Select all

..
<p>Hey.. don't forget passwords!!! ..but if you have been so stupid, don't panic! <br />
I MAY help you if you promise to remember the next one, ok?<br />
Just type your username here (IF you remember it) , and IF we are so lucky we can find you<br />
we will (maybe) send you an email with instructions on how to reset it.</p>
..
JanB
Last edited by janb on Wed Jun 09, 2010 10:56 am, edited 1 time in total.
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

ok thnx:D

1 more question...

why doesn't this work?

Lang('info_lostun')}">{$mod->Lang('lostusername')}

it is for  Forgot Your Login Details?

but doesn't go anywhere.... :(
janb

Re: Frontend User Management - add user

Post by janb »

{$url_lostun} is not available from "Lost Username Template", only from the Login form
..and yes, it's for "Forgot Your Login Details?" link to the Lost Username form.

..if that's what you meant?

JanB
Last edited by janb on Wed Jun 09, 2010 11:13 am, edited 1 time in total.
janb

Re: Frontend User Management - add user

Post by janb »

..or there is one other posibility.

Do you see the lost username form?

If not, remember to mark one property in the group with "Ask in lost Username".
That property have to be "Required"..

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

I have a lost Username Template.

... when i want to add a new group    i get this

cms_module_feusers_grouppropmap' doesn't exist INSERT INTO cms_module_feusers_grouppropmap VALUES('username',4,0,'2',1)
janb

Re: Frontend User Management - add user

Post by janb »

What version do you use?

Read this..

http://forum.cmsmadesimple.org/index.ph ... 163.0.html

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

i use

FrontEndUsers 1.9.2

and cmsms 1.7
janb

Re: Frontend User Management - add user

Post by janb »

Ok, thought that one have been fixed by now..

Just run the UDT in the link i gave you. Should fix your problem with groups.

JanB
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

i don't get it :( (I feel like such a noooob)
janb

Re: Frontend User Management - add user

Post by janb »

Hey, don't! :)

Did you run the UDT?
..or you may also remove the extra column ..module_feusers_grouppropmap force_unique with phpMyAdmin

JanB
Last edited by janb on Wed Jun 09, 2010 12:15 pm, edited 1 time in total.
Sabrinan
Forum Members
Forum Members
Posts: 31
Joined: Mon May 31, 2010 2:08 pm

Re: Frontend User Management - add user

Post by Sabrinan »

i don't have that column in my phpmyadmin :S

where do i put the UDT?
janb

Re: Frontend User Management - add user

Post by janb »

Edited my prev post.
Should be a column there (force_unique)

Put the UDT in a page, existing or new one.
Access the page once and your done..

JanB
Post Reply

Return to “Modules/Add-Ons”