I have a client that wants to use Concrete5.7 for an employee portal. If they are in the building, he does not want them to have to log in to view the site. However, if they are not in the building, he wants them to be able to access the site via a login. The building has a static IP address. Is there a way to over-ride the login or automatically use a specific credential if the user is accessing the site from a specific IP address?
Bypass login by IP address
265 Views Asked by Scott Sandbakken At
1
There are 1 best solutions below
Related Questions in CONCRETE5
- Concrete CMS 9.2: How to force user log out programmatically
- Redirect Block Controller view()
- concrete5: single page for rendering DB content under variable parent page route
- Routing issue with Concrete5 hosted on IIS
- How to update a legacy concrete5 package
- ajax call to controller function without action
- Letter spacing issue around hyperlinks and bold text
- doctrine deleting has to be done twice
- concrete5 way for $_FILES, $_POST, $_SERVER
- concrete5 - how to get files uploaded through ajax in php
- Concrete5 Custom Tables Display Data
- Create and download a clean CSV using PHP in a CMS
- Concrete5 MySQL query issue
- Error Using HALD CLUT with ImageMagick (Black lines on output image)
- Create PostFinance payment request
Related Questions in CONCRETE5-5.7
- Concrete5 Site - Multiple Collaborators/Admins
- Bypass login by IP address
- Concrete5-8.x: Where do I add translation files for packages or blocks?
- Concrete5 Stacks & Blocks
- Unable to enable crypto on TCP connection
- Concrete5 - avoiding duplication in multiple page lists on the same page
- unable to add single page on concrete5
- concrete 5 5.7.5.2 single page controller
- How to add bootstrap cdn or pure.css to a block in concrete5 version 5.6?
- Concrete5.7 Stacks - PHP Maximum execution time exceeded
- Concrete5 (5.7) - Don't cache page or current block on block error
- When changing templates on custom block the content gets deleted from the DB
- Concrete 5.7database query documentation
- Overwrite Authentication Type's form.php in a Package
- Concrete5 import JS or CSS in single page
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can use the concrete5 Application Events
For example-
This is just an example. Please follow the recommended convention on concrete5 documentation.