+ Reply to Thread
Results 1 to 6 of 6

making a login page

  1. #1
    Registered User
    Join Date
    02-27-2024
    Location
    Germany
    MS-Off Ver
    Microsoft office 365
    Posts
    29

    making a login page

    I have made a registration page that populates a spreadsheet with their details.

    From these details I would now like to make a "Members Login" page, using two of the details , Column "F" ( Alias ) and column "G" ( first name ) from the registration spreadsheet.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: making a login page

    Hi bailymaus,

    Not quite sure what you have in mind what the result should look like and/or do.

    I did a few things which may are going in your direction...

    - The attached workbook has pages for the Aliases (first 4 Aliases only).
    - All sheets are 'very hidden', except the start page.
    - When a valid Alias and matching Name are entered, the corresponding sheet becomes visible.
    - When the workbook is closed, and during opening, all sheets except the login sheet are hidden again.

    There is a button for Admin (password: Test) to show all sheets, so you can maintain the user register etc.


    At present, anyone with basic VBA knowledge can of course unhide the hidden sheets or get to the admin password. You would need to password protect the VBA project.

    Let us know if this is what you had in mind or something different.
    Attached Files Attached Files
    If your Question is answered; please mark it SOLVED. If you are happy with a member's solution, say 'Thanks' and click the 'Star' to Add Reputation.

  3. #3
    Registered User
    Join Date
    02-27-2024
    Location
    Germany
    MS-Off Ver
    Microsoft office 365
    Posts
    29

    Re: making a login page

    Wow, so quick and works however a few questions,

    1. How do i embed the "login" button on a webpage ?
    2. How do i get the welcome to also show but with the "Name" and not the "Alias"7
    3. how can I change from only the first four to perhaps 50 or more ?

    Thx a lot, have tried so many methods without success.
    Last edited by Bailymaus; 04-13-2024 at 09:02 AM.

  4. #4
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: making a login page

    Hi again,

    Attached is a version a bit further developed;
    There is now limit of 4 attempts with an incorrect password, then the file locks. This will reset to 4 after a valid login. Otherwise this can be updated on the Admin page.

    To your questions;
    1. Sorry, I don't know about embedding buttons to a webpage
    2. On the landing page 'Welcome" you can basically have anything you want. Each user has their own page(s). All is hard-coded, no formulae
    3. On the 'Admin' sheet, add the 'Alias' & Name for any additional user. Add as many as you need.

    Note; the current setup is to give each user access to their own specific sheets. Therefore a new sheet needs to be added for each user. The sheet (or multiple sheets) need to start with the Alias. See example for 'Test2'.

    It depends on what data and how you want to share it with the users.
    - If every user has access to the same data, we only need one set of sheets that are shown when any of the users logs in with the correct credentials...

    - We could have just one template sheet that populates user specific date from a hidden master sheet...

    it would be helpful if you could share a bit more what the purpose of the file is. How and what data you like the users to get access to. Some sample data; master data and sample for a couple of users what they should see would also be helpful.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-27-2024
    Location
    Germany
    MS-Off Ver
    Microsoft office 365
    Posts
    29

    Re: making a login page

    I am replying before trying anything out but to answer your questions as best i can......i have started a golfing website asking players to join. I have already planned out several competitions for people to play in and the more that jjoin, the more comps there will be.
    At the moment there are several pages on the site giving information about upcoming events and the like. As players will have to keep in touch with each other there will be sensative information available on the site.
    My idea is to have people register whereby they give their information, some of which will be available to other members. That is why im trying to set up a registration and login page. so i can keep sensitive information behind a members only part of the site.
    What is needed is for the potential member to read the welcoming page and general outline of how it all runs, complete a registration form and use some of their details as their login.

    i apologise for the rambling and not making myself more clear at the start.

    An old novice thats trying to learn lol.

    I hope this makes it a bit more clear.

  6. #6
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: making a login page

    Hi Bailymaus,

    Designing a website and an Excel file are quite different. I certainly don't have the skills or experience to help you with building a website.


    Although I can't help you with a website design, some points;

    So you will have a public site with general information.
    A link to sign up (free or payment of a fee). Use details for username & password.
    Login with username & password to gain access to other user's personal information.
    Then users will see part of other users personal details. I guess that will be restricted to the other users playing the same competition (not details of all registered users).

    Also, there are a lot of laws around the use and sharing of personal information. Privacy laws. Data protection against hackers. Etc.

    Regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA code for Login page
    By dalviaks1 in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 10-14-2021, 02:23 PM
  2. Presentation login page
    By roofi in forum PowerPoint Formatting & General
    Replies: 1
    Last Post: 04-12-2016, 04:23 AM
  3. Web page - login code
    By keen2xl in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-10-2014, 12:59 AM
  4. [SOLVED] Page code appearing on login screen
    By Paul in forum Suggestions for Improvement
    Replies: 1
    Last Post: 06-12-2012, 04:45 AM
  5. Creating a login page with Excel
    By TammamD in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 08-13-2011, 03:18 AM
  6. how excel web query(*.iqy) handle the login page
    By sleepy_11 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-26-2008, 04:55 AM
  7. Login to Web Page and the Search Page for Text
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-19-2006, 10:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1