Lost password form -- get rid of that

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 29, 2014 8:25 pm
Reply with quote
Report this post
Another issue:

How to get rid of lost user name form , lost password and log in
(I don't expect any other user to login to my site, or register for whatever reason).

Thanks for your help
User avatar
Junior Boarder

GK User
Wed Jan 29, 2014 9:00 pm
Reply with quote
Report this post
Hi,
You have to:
1) Disable "Login" module
2) Disable "mod_gk_register" module (in registration position)

Then read this guide: http://www.gavick.com/documentation/gen ... istration/
User avatar
Platinum Boarder

GK User
Wed Jan 29, 2014 9:09 pm
Reply with quote
Report this post
Thanks for your help.

I did it, but I still see create an account form /log-in/ [the form with user name, password, ...forget your password etc etc]
User avatar
Junior Boarder

GK User
Wed Jan 29, 2014 9:17 pm
Reply with quote
Report this post
Did you do all steps? also from guide ?
Check also template settings.

If yes, send me access to back-end I will check what you forgot.
User avatar
Platinum Boarder

GK User
Wed Jan 29, 2014 9:21 pm
Reply with quote
Report this post
is there a way to email you a link to the site that is not going to be public? (since I have admintools pro active)
User avatar
Junior Boarder

GK User
Wed Jan 29, 2014 9:23 pm
Reply with quote
Report this post
Private message, sorry I forgot to tell you.
You will find near my avatar.

It was hidden to not use, hihi
User avatar
Platinum Boarder

GK User
Wed Jan 29, 2014 9:39 pm
Reply with quote
Report this post
Did you get the Private message? Do you see the log-in form? lost-password, lost user name?
User avatar
Junior Boarder

GK User
Wed Jan 29, 2014 11:35 pm
Reply with quote
Report this post
Yes, I see ... but I can not help you without access to back-end
I think you don't trust us, so .... use this temporary solution:
Code: Select all
#gkUserArea a {display: none; }

Guide: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Wed Jan 29, 2014 11:50 pm
Reply with quote
Report this post
I didn't say that I don't trust you :)

even the override isn't working. let me ask my hosting to switch my subdomain do the main domain, since there are other issues, and see if that related or not, since the site must go live.

If the problem is still there I'll email you the login to see how we can fix that.
User avatar
Junior Boarder

GK User
Thu Jan 30, 2014 12:42 pm
Reply with quote
Report this post
But after you added this code
Code: Select all
#gkUserArea a {display: none; }

nothing happened - login button not disappeared ?
If not use this:
Code: Select all
#gkUserArea {display: none; }
User avatar
Platinum Boarder


cron