Page 1 of 2
[SOLVED] Frontend User Management - add user
Posted: Wed Jun 09, 2010 9:04 am
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
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 9:30 am
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
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 10:28 am
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}
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 10:36 am
by janb
Ohh, just replace {message} with whatever you want
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
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 10:58 am
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....

Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 11:06 am
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
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 11:11 am
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
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 11:30 am
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)
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 11:38 am
by janb
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 11:44 am
by Sabrinan
i use
FrontEndUsers 1.9.2
and cmsms 1.7
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 11:46 am
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
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 11:55 am
by Sabrinan
i don't get it

(I feel like such a noooob)
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 12:04 pm
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
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 12:11 pm
by Sabrinan
i don't have that column in my phpmyadmin :S
where do i put the UDT?
Re: Frontend User Management - add user
Posted: Wed Jun 09, 2010 12:14 pm
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