Customizing SMF > Modifications and Packages

SMF Secure Login

(1/15) > >>

青山 素子:
Link to Mod

WARNING: This mod requires you have SSL working on your site. If you do not, enabling the functionality will BREAK login.


About
-----
This modification allows you to enable secure (SSL) logins on your forum.

This mod and other information can be found at:
http://www.animeneko.net/projects/smf/


Features
--------
 - Enable SSL login for user accounts
 - Enable SSL login for admin area


Limitations
-----------
- Currently, requiring SSL for login boxes is all or none.

- This mod requires a properly set up SSL environment on the webserver first.
  If you cannot view the forum over SSL normally, this will need to be corrected
  before this mod will function.


How to Use
----------
A new option is added to the Features and Settings admin page.


License
-------
This code is licensed under the terms of the Simple Machines License. All
original code is copyright Michael Johnson.

Sfx23:
I installed it, and now its not letting me log-in. How can i fix this?

青山 素子:
I'm guessing you enabled the functionality, not just installed.


--- Quote from: Motoko-chan on August 12, 2007, 03:12:00 PM ---- This mod requires a properly set up SSL environment on the webserver first.
  If you cannot view the forum over SSL normally, this will need to be corrected
  before this mod will function.

--- End quote ---

Did you make sure SSL worked on your website, or did you just enable the mod without checking?

To disable, you'll need to manually edit the SMF settings table in the database. You can do this with phpMyAdmin. Once you have the right database selected, go to the SQL tab and run the following query. This assumes your table prefix is "smf".


--- Code: ---UPDATE smf_settings SET value=FALSE where variable="use_secure_login";

--- End code ---

Sfx23:
Its not Working, It says this:

Error

SQL query:

UPDATE smf_settings SET value = FALSE WHERE variable = "use_secure_login"

MySQL said: Documentation
#1146 - Table 'b24_897878_smf.smf_settings' doesn't exist

What do i do now?

青山 素子:
Maybe you have a different prefix? Adjust the query to use that.

Navigation

[0] Message Index

[#] Next page

Go to full version