ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 4 - Advanced concepts
  • Protecting personal information
  • Restricting the access to a site
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
16. Password protecting a website
Previous pageTable of contentsNext page
Password protecting a website is necessary in two cases:
  1. Protecting personal information.
  2. Restricting the access to a site.
Protecting personal information
Users can specify a password to access personal information. In a business site, a password can be defined to access the details of previous orders.
In this case, accessing a site requires:
  • an authentication:
    When users log in for the first time, they must enter their username and password.
    Next time they log in, they will be able to access specific information (history, etc.).
  • an option to let users recover their passwords.
WEBDEV is provided with all the resources required to manage personal passwords.
Restricting the access to a site
By default, a website is accessible to any user. But a site is not always intended for a general audience. Some features can be reserved to certain users (site administrator, etc.).
In this case, the site manager assigns a password to each user. This password cannot be modified. This password gives access to specific features.
For example, in a business site:
  • a specific password can be assigned to sales agents. They will be able to access the sales statistics, etc.
  • a specific password can be assigned to the marketing team so they are able to publish new products.
WEBDEV allows you to easily manage these different types of access to a site.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help