![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
Disabled Change Email field, but can't modify password
I deleted the email field on the
Edit Email & Password page but when members submit their password, vbulletin gives error message: Please complete the required field "Email". How do I disable vbulletin from checking the email field after a member submits their new password? Thanks! No members have liked this post.
|
|
#2
|
||||
|
||||
|
I would not think that would be possible, since that's a required security check whenever editing your password. I don't think you can bypass such a security check.
__________________
No members have liked this post.
|
|
#3
|
||||
|
||||
|
It would be best to keep the email field just as a "hidden" field so the user can't alter it (assuming that is what you are trying to accomplish)... change the tag from <input type="text"...> to <input type="hidden"...>
__________________
-Joe Qapla.com - Exclusive VB Mods! | Joe's Ultimate Off Topic | My Free VB "Mods" You can PM me if you want but be warned I do not read them often. No members have liked this post.
|
|
#4
|
|||
|
|||
|
WHere do i change this?? im also trying to hide the email so no one changes it. Where exacly do i change the input type from text to hidden?? PLease help asap
No members have liked this post.
|
|
#5
|
||||
|
||||
|
Why not just change the field in profile manager for Field Editable by User to "Only at registration"?
__________________
Kind regards, Simon Microsoft Office Help My Mods: Prevent Number Only Registrations, Ban Spiders by User Agent, WhoIsIp Info from any post, Insert Objects/ads anywhere using php, Floating Notice Box in Forumhome, Ban IP's Easily No members have liked this post.
|
|
#6
|
||||
|
||||
|
Originally Posted by stalkingdatoast
In Admin CP - Settings -> vBulletin Options -> General Settings edit the setting "Add Template Name in HTML Comments" to YES.
Now go load the page to change your email/password an view the page source in your browser. The name of each template used will be shown in the HTML comments. Figure out which template is being used to show the email fields. In Admin CP -> Style Manager -> (Choose your style) -> Edit Templates Edit that template... change the fields for the email from <input type="text"... > to <input type="hidden" ...> Do this for both the email line and the confirmation line. Don't do anything else. Save the template and make sure it works how you expect. If it does (it should) you can go back to the template and edit out the code that mentions email change in the template as well so no one knows anything is missing. Actually thinking about it you may want to simply add "readonly" to the existing input fields so users can still see it but not edit it. Might be easier, ultimately up to you. Email is not a field available in the field manager- at least it isn't listed in any of my forums.
__________________
-Joe Qapla.com - Exclusive VB Mods! | Joe's Ultimate Off Topic | My Free VB "Mods" You can PM me if you want but be warned I do not read them often. No members have liked this post.
|
|
#7
|
||||||||
|
||||||||
|
Ahh!, didnt read it properly, ok you need to edit the modifypassword template and replace this
for this
this will show their email address so no problem when changing your password...etc but they will not be able to change it for anything ![]() --------------- Added 01 Jul 2012 at 13:35 --------------- @BOP5 lol, just bothered to read your post fully and see you suggested what i added ![]() --------------- Added 01 Jul 2012 at 13:39 --------------- Just another note, if you really dont want them to even be able to select or look like they are able to change it you can change the readonly="readonly" for disabled="disabled"
__________________
Kind regards, Simon Microsoft Office Help My Mods: Prevent Number Only Registrations, Ban Spiders by User Agent, WhoIsIp Info from any post, Insert Objects/ads anywhere using php, Floating Notice Box in Forumhome, Ban IP's Easily No members have liked this post.
|
||||||||
|
#8
|
||||
|
||||
|
No you cannot used disabled="disabled"
If you set a field to disabled the browser will not submit it when you press the submit button it would be like trying to submit the forum with empty email addresses.
__________________
-Joe Qapla.com - Exclusive VB Mods! | Joe's Ultimate Off Topic | My Free VB "Mods" You can PM me if you want but be warned I do not read them often. No members have liked this post.
|
|
#9
|
||||
|
||||
|
I didn't try that
i just know if you use disabled you can still see the email address but it's greyed out and uneditable.
__________________
Kind regards, Simon Microsoft Office Help My Mods: Prevent Number Only Registrations, Ban Spiders by User Agent, WhoIsIp Info from any post, Insert Objects/ads anywhere using php, Floating Notice Box in Forumhome, Ban IP's Easily No members have liked this post.
|
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Thread Tools | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 06:03.




i just know if you use disabled you can still see the email address but it's greyed out and uneditable.
