CN116015950A - Login method and device of webpage platform, terminal equipment and storage medium - Google Patents

Login method and device of webpage platform, terminal equipment and storage medium Download PDF

Info

Publication number
CN116015950A
CN116015950A CN202211740568.8A CN202211740568A CN116015950A CN 116015950 A CN116015950 A CN 116015950A CN 202211740568 A CN202211740568 A CN 202211740568A CN 116015950 A CN116015950 A CN 116015950A
Authority
CN
China
Prior art keywords
login information
login
platform
information
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211740568.8A
Other languages
Chinese (zh)
Inventor
郭涛
左嘉琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing SoundAI Technology Co Ltd
Original Assignee
Beijing SoundAI Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing SoundAI Technology Co Ltd filed Critical Beijing SoundAI Technology Co Ltd
Priority to CN202211740568.8A priority Critical patent/CN116015950A/en
Publication of CN116015950A publication Critical patent/CN116015950A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application provides a login method and device of a webpage platform, terminal equipment and a storage medium, and relates to the technical field of application program development. The method comprises the following steps: displaying a login information input interface corresponding to the webpage platform; displaying input login information in a plaintext or ciphertext form in a login information input interface, wherein the login information comprises a character sequence consisting of at least two characters; and displaying a user interface of the webpage platform under the condition that the input login information passes the verification. By adopting the technical scheme provided by the embodiment of the application, the login operation of the webpage platform can be simplified.

Description

Login method and device of webpage platform, terminal equipment and storage medium
Technical Field
The embodiment of the application relates to the technical field of application program development, in particular to a login method and device of a webpage platform, terminal equipment and a storage medium.
Background
Web pages are the basic elements that make up a web site for exposing and implementing various functions of the web site.
In the related art, when logging in a web page platform, an account corresponding to the web page platform needs to be input first, and then a password corresponding to the account needs to be input.
In the related art, two character sequences, namely an account number and a password, are required to be input to log in the webpage platform, and the login operation is complex.
Disclosure of Invention
The embodiment of the application provides a login method and device for a webpage platform, terminal equipment and a storage medium, and the login operation of the webpage platform can be simplified. The technical scheme is as follows:
according to an aspect of an embodiment of the present application, there is provided a login method of a web page platform, the method including:
displaying a login information input interface corresponding to the webpage platform;
displaying input login information in a plaintext or ciphertext form in the login information input interface, wherein the login information comprises a character sequence consisting of at least two characters;
and displaying a user interface of the webpage platform under the condition that the input login information passes the verification.
According to an aspect of an embodiment of the present application, there is provided a login device of a web platform, the device including:
the display module is used for displaying a login information input interface corresponding to the webpage platform;
the input module is used for displaying input login information in a plaintext or ciphertext form in the login information input interface, wherein the login information comprises a character sequence consisting of at least two characters;
the display module is further used for displaying a user interface of the webpage platform under the condition that the input login information passes verification.
According to an aspect of the embodiments of the present application, there is provided a terminal device, including a processor and a memory, where the memory stores a computer program, and the computer program is loaded and executed by the processor to implement the login method of the web platform.
According to an aspect of the embodiments of the present application, there is provided a computer readable storage medium having a computer program stored therein, the computer program being loaded and executed by a processor to implement the login method of the web platform described above.
According to one aspect of the embodiments of the present application, there is provided a computer program product that is loaded and executed by a processor to implement the above-described login method for a web platform.
The technical scheme provided by the embodiment of the application can comprise the following beneficial effects:
in the login information input interface of the webpage platform, only one character sequence is required to be input, the user interface of the webpage platform can be checked and logged in through login, the number of the character sequences required to be input in login operation is reduced, the login operation of the webpage platform is simplified, the time required to log in the webpage platform is shortened, and the login efficiency is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic illustration of an implementation environment provided by one embodiment of the present application;
FIG. 2 is a flowchart of a method for logging in a web platform according to one embodiment of the present application;
FIG. 3 is a block diagram of a login device of a web platform according to one embodiment of the present application;
FIG. 4 is a block diagram of a login device of a web platform according to another embodiment of the present application;
fig. 5 is a block diagram of a terminal device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present application. Rather, they are merely examples of methods that are consistent with some aspects of the present application as detailed in the accompanying claims.
Referring to fig. 1, a schematic diagram of an implementation environment provided in an embodiment of the present application is shown, where the implementation environment may be implemented as a login system of a web platform. As shown in fig. 1, the system 10 may include: a terminal device 11.
The terminal device 11 has installed and running therein a target application program, such as a client of the target application program. The terminal device is an electronic device with data computing, processing and storage capabilities. The terminal device may be a smart phone, a tablet computer, a PC (Personal Computer ), a wearable device, etc., which is not limited in this embodiment of the present application. The target application may be any application with login functionality of a web platform, such as a browser application, an audio application, a social application, a payment application, a video application, a music application, a shopping application, a news application, etc. The method provided in the embodiment of the present application may be that the execution subject of each step is the terminal device 11, such as a client running in the terminal device 11.
In some embodiments, the system 10 further includes a server 12, where the server 12 establishes a communication connection (e.g., a network connection) with the terminal device 11, and the server 12 is configured to provide background services for the target application. The server may be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, or a cloud server providing cloud computing service.
The following describes the technical scheme of the application through several embodiments.
Referring to fig. 2, a flowchart of a login method of a web platform according to an embodiment of the present application is shown. In the present embodiment, the method is mainly applied to the client described above for illustration. The method may include the following steps (210-230):
step 210, displaying a login information input interface corresponding to the web page platform.
In some embodiments, the web page platform may refer to a web site, and the login information input interface is an interface in one of the web pages in the web page platform. The web pages are typically in html format. The web page may be displayed by a browser application. In some embodiments, the web page platform may be a database website, a management website, etc. internal to the enterprise, which embodiments of the present application are not particularly limited.
For confidentiality and security of the web page platform, the web page platform can be used only after logging in. For example, the content in the web platform can be browsed after a successful login, using the provided functionality of the web platform. Therefore, the login information input interface corresponding to the webpage platform is displayed for the webpage platform to check the validity of the user identity.
Step 220, displaying the input login information in a plaintext or ciphertext form in the login information input interface, wherein the login information comprises a character sequence consisting of at least two characters.
In some embodiments, a space, blank line, etc. area may be displayed in the login information input interface for a user to input login information at the space or blank line. The login information may be a two-bit or more character sequence. The number of specific characters included in the login information may be set by a related technician according to actual situations, which is not particularly limited in the embodiment of the present application. The login information may include at least one of the following characters: digits, uppercase English letters, lowercase English letters, punctuation marks, chinese characters.
In some embodiments, the login information may be displayed in the clear, i.e., what the login information was directly displayed during the user input of the login information, without obscuring. For example, if the login information input by the user is "123456", the login information input interface directly displays the "123456" input by the user, so that the user can confirm whether the input login information is wrong in time; if the user has errors, the user can immediately modify the login information, so that the login efficiency is improved.
In some embodiments, the login information may be displayed in a dark text, i.e., the login information may not be directly and clearly displayed during the user's input of the login information, but may be replaced with a certain mask or display of characters. In some embodiments, displaying in a dark text refers to directly displaying characters in the login information as other symbols instead.
Alternatively, the same alternate display symbol is displayed regardless of the character of the entered login information. For example, regardless of the login information, each character is displayed as an alternate display symbol "", that is, if the login information input by the user is "123456", only "", is displayed in the login information input interface, where the number of alternate display symbols (such as "") is used to prompt the user for the number of characters that have been currently input.
Alternatively, regardless of the character of the entered login information, the client randomly selects an alternate display character for each entered character and displays it in the entered information login interface. For example, if the login information input by the user is "123456", the login information input interface may display "+|! @ # -/+_, and possibly other patterns. In some embodiments, there is no correspondence between the actual entered character and the alternate displayed character, but rather a random match. Alternatively, whenever the user inputs a character, the client randomly selects a character to be displayed in the login information input interface through a random model, regardless of the character.
Optionally, displaying in a dark text form means that characters in the login information input by the user are converted into other characters (i.e. instead of displaying characters) according to a preset corresponding relation and then displayed in the login information input interface. For example, the alternative display characters corresponding to english alphabets are english alphabets that are separated by one digit backward in the order of 26 english alphabets, for example, the alternative display character corresponding to letter a is letter c, the alternative display character corresponding to letter b is letter d, the alternative display character corresponding to letter c is letter e … … letter y, the alternative display character corresponding to letter a is letter a, and the alternative display character corresponding to letter z is letter b. Based on the correspondence, if the login information input by the user is "abcxyz", the login information input interface displays "defzab".
The login information input by the user is displayed in a dark text form, so that the risk of leakage of the login information is reduced, and the confidentiality and safety of the login information are improved. 1
In some embodiments, a prompt is displayed in the login information input interface, the prompt being used to assist the user in memorizing the login information. In some embodiments, the prompt is displayed simultaneously with the display of the login information input interface. In some embodiments, the prompt message is not displayed simultaneously when the login information input interface is initially displayed; when the display duration of the login information input interface reaches a first threshold value but login is not successful, or when the number of times of user input login information errors reaches a second threshold value, the login information input interface displays prompt information, and the prompt information is used for helping the user to memorize the login information. For example, the prompt information may be information such as "my birthday", "i prefer food". Through the prompt information, the user can be helped to recall the login information under the condition that the user is difficult to recall the login information autonomously; the prompt information is not equal to the login information, and meanwhile, certain safety of the login information is guaranteed.
In some embodiments, the prompt information is part of information in the preset login information. In some embodiments, some characters in the login information are used as prompt information to prompt the user to recall all characters of the login information. The hint information may include the characters at the beginning of the login information (e.g., only the first character at the beginning is displayed), the characters at the end of the login information (e.g., only the last character at the end is displayed), or both the characters at the beginning and the end of the login information. In some embodiments, the prompt includes a number of correct characters associated with the login information that is less than a number of characters in the login information that are preset. For example, if the preset login information is "123456", the prompt information may be "12____", or "____56", or "1____6", or "__34__".
In some embodiments, the prompt message is a long character sequence, n consecutive characters in the long character sequence are identical to the preset login message, and n is an integer greater than 1. In some embodiments, the number of characters included in the prompt message is greater than the number of characters in the preset login message, and n continuous characters exist in the long character sequence corresponding to the prompt message, where n is the number of characters in the preset login message, where n is the same as the preset login message. Therefore, the preset login information is hidden in the prompt information, and a user who has seen the preset login information but does not want to know at any time can find and distinguish which section of continuous characters are the preset login information from the prompt information. In some embodiments, the n consecutive characters are randomly located in the long character sequence, and the n consecutive characters may be located in a front or middle or rear portion of the long character sequence. In some embodiments, in the long character sequence, characters other than n consecutive characters are also randomly generated and combined. In some embodiments, the total number of characters contained in the long character sequence should be far greater than the number of characters of the preset login information, thereby reducing the probability that a user without permission will try out the preset login information through an exhaustive method. For example, the total number of characters included in the long character sequence may be 3 times, 6 times, 8 times, or the like of the number of characters of the login information set in advance, which is not particularly limited in the embodiment of the present application. For example, the preset login information may be "320682", and the prompt information may be "5179543384596584353206824117634146204843592".
In some embodiments, the prompt message is at least two character sequences, and one of the at least two character sequences is the same as the preset login message. Because the user who has authority to log in the web page platform should be able to recognize the same character sequence as the login information set in advance from at least two character sequences. Therefore, in this embodiment, in the case where the user inputs the login information while looking at the same character sequence as the login information set in advance, the probability of the user inputting the login information by mistake is low, so that after the prompt information is displayed, the user has a chance of inputting the login information only once, and if the user inputs by mistake once, the user cannot log in the web page platform through the corresponding terminal device. Optionally, after the prompt information is displayed, the alarm information is sent out only by one time of error transmission, so as to prompt the user without authority to attempt to log in the webpage platform. The alert information may include an alert audio that is issued. In some embodiments, the alarm information may also be sent to a device corresponding to the administrator of the web platform.
In the embodiment, through the prompt information, the user can be helped to recall the login information while ensuring the safety of the preset login information as much as possible, and the problem that the user cannot use the webpage platform because the user cannot recall the login information at one time is avoided.
In some embodiments, in response to an open operation for the web platform, invoking a login script embedded in platform code of the web platform; and starting to execute the login script from the step of displaying the login information input interface corresponding to the webpage platform. In some embodiments, the scheme provided by the embodiment of the application can be realized by calling the login script embedded in the platform code of the webpage platform, and due to the editability of the script, the manager of the webpage platform can update the preset login information of the webpage platform conveniently and rapidly by updating the parameters in the login script, so that a set of login information is prevented from being used for too long time, and the security and confidentiality of the login information of the webpage platform are further improved.
Step 230, displaying the user interface of the webpage platform under the condition that the input login information passes the verification.
In some embodiments, in the case that the input login information is the same as the login information of the pre-device, the user interface of the web platform may be displayed for the user to browse the user interface and use the functions provided by the web platform (such as downloading files, querying data, etc.).
In some embodiments, when the number of times of continuous non-verification reaches a threshold value, the login locking state with the rated duration is entered, and in the login locking state, login information cannot be input again. Under the condition that the number of times of continuous non-verification reaches a threshold value, the user can be considered to have a high possibility that the user does not have login permission, the webpage platform and login information have security risks, and the user can log in a locking state to obtain time for eliminating the security risks. Thereby further improving the confidentiality of the webpage platform and the security of login information. In some embodiments, the threshold value of the number of times of continuous non-passing verification may be 1 time, 2 times, 3 times, 5 times, and so on, which may be specifically set by the relevant technicians according to actual situations, and the embodiments of the present application are not limited in particular. In some embodiments, the rated duration may be 2 hours, may be 6 hours, may be 12 hours, may be 1 day, may be one week, and may be specifically set by a relevant technician according to the actual situation, which is not specifically limited in the embodiments of the present application.
In some embodiments, in the event that the entered login information fails verification, error alert information is displayed, the error alert information being used to indicate that the entered login information is incorrect. In some embodiments, when the number of characters of the login information input by the user is the same as the number of characters of the preset login information, if the input login information is not verified, an error reminding message is displayed to prompt the user that the input login information is wrong, the login information needs to be input again, or the login state is locked. The meaningless waiting caused by the fact that the user cannot know the input login information in time and fails to check is avoided, the time of the user is saved, and the efficiency of logging in the network platform is improved.
In summary, in the technical scheme provided by the embodiment of the application, only one character sequence is required to be input in the login information input interface of the webpage platform, so that the user interface of the webpage platform can be checked, logged in and displayed through login, the number of the character sequences required to be input in the login operation is reduced, the login operation of the webpage platform is simplified, the time required to log in the webpage platform is reduced, and the login efficiency is improved.
The following are device embodiments of the present application, which may be used to perform method embodiments of the present application. For details not disclosed in the device embodiments of the present application, please refer to the method embodiments of the present application.
Referring to fig. 3, a block diagram of a login device of a web platform according to an embodiment of the present application is shown. The device has the function of realizing the login method example of the webpage platform, and the function can be realized by hardware or realized by executing corresponding software by hardware. The device may be the terminal device described above, or may be provided on the terminal device. The apparatus 300 may include: a display module 310 and an input module 320.
The display module 310 is configured to display a login information input interface corresponding to the web page platform.
The input module 320 is configured to display, in the login information input interface, the input login information in a plaintext or in a ciphertext, where the login information includes a character sequence that is composed of at least two characters.
The display module 310 is further configured to display a user interface of the web platform if the input login information passes the verification.
In some embodiments, the display module 310 is further configured to display a prompt in the login information input interface, where the prompt is used to help the user memorize the login information.
In some embodiments, the prompt information is part of information in preset login information;
or the prompt information is a long character sequence, n continuous characters in the long character sequence are the same as preset login information, and n is an integer greater than 1;
or the prompt information is at least two character sequences, and one character sequence in the at least two character sequences is the same as the preset login information.
In some embodiments, as shown in fig. 4, the apparatus 300 further comprises: script invokes module 330.
The script calling module 330 is configured to call a login script embedded in a platform code of the web page platform in response to an opening operation for the web page platform.
The input module 320 is further configured to start execution of the login script from the step of displaying the login information input interface corresponding to the web page platform.
In some embodiments, as shown in fig. 4, the apparatus 300 further comprises: a login lock module 340.
The login locking module 340 is configured to enter a login locking state with a rated duration when the number of times of continuous non-verification reaches a threshold value, and unable to input the login information again in the login locking state.
In some embodiments, the display module 310 is further configured to display an error alert message, where the input login information fails to pass the verification, and the error alert message is used to indicate that the input login information is wrong.
In summary, in the technical scheme provided by the embodiment of the application, only one character sequence is required to be input in the login information input interface of the webpage platform, so that the user interface of the webpage platform can be checked, logged in and displayed through login, the number of the character sequences required to be input in the login operation is reduced, the login operation of the webpage platform is simplified, the time required to log in the webpage platform is reduced, and the login efficiency is improved.
It should be noted that, in the apparatus provided in the foregoing embodiment, when implementing the functions thereof, only the division of the foregoing functional modules is used as an example, in practical application, the foregoing functional allocation may be implemented by different functional modules, that is, the internal structure of the device is divided into different functional modules, so as to implement all or part of the functions described above. In addition, the apparatus and the method embodiments provided in the foregoing embodiments belong to the same concept, and specific implementation processes of the apparatus and the method embodiments are detailed in the method embodiments and are not repeated herein.
Referring to fig. 5, a block diagram of a terminal device 500 according to an embodiment of the present application is shown. The terminal device 500 may be an electronic device such as a cell phone, tablet computer, game console, electronic book reader, multimedia playing device, wearable device, PC, etc. The terminal device is used for implementing the login method of the webpage platform provided in the embodiment. The terminal device may be the terminal device 11 in the implementation environment shown in fig. 1. Specifically, the present invention relates to a method for manufacturing a semiconductor device.
In general, the terminal device 500 includes: a processor 501 and a memory 502.
Processor 501 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and the like. The processor 501 may be implemented in at least one hardware form of DSP (Digital Signal Processing ), FPGA (Field Programmable Gate Array, field programmable gate array), PLA (Programmable Logic Array ). The processor 501 may also include a main processor and a coprocessor, the main processor being a processor for processing data in an awake state, also referred to as a CPU (Central Processing Unit ); a coprocessor is a low-power processor for processing data in a standby state. In some embodiments, the processor 501 may integrate a GPU (Graphics Processing Unit, image processor) for rendering and drawing of content required to be displayed by the display screen. In some embodiments, the processor 501 may also include an AI (Artificial Intelligence ) processor for processing computing operations related to machine learning.
Memory 502 may include one or more computer-readable storage media, which may be non-transitory. Memory 502 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer-readable storage medium in memory 502 is used to store a computer program and is configured to be executed by one or more processors to implement the above-described logging method of a web page platform.
In some embodiments, the terminal device 500 may further optionally include: a peripheral interface 503 and at least one peripheral. The processor 501, memory 502, and peripheral interface 503 may be connected by buses or signal lines. The individual peripheral devices may be connected to the peripheral device interface 503 by buses, signal lines or circuit boards. Specifically, the peripheral device includes: at least one of radio frequency circuitry 504, a display 505, a camera assembly 506, audio circuitry 507, a positioning assembly 508, and a power supply 509.
It will be appreciated by those skilled in the art that the structure shown in fig. 5 is not limiting and that the terminal device 500 may include more or fewer components than shown, or may combine certain components, or may employ a different arrangement of components.
In an exemplary embodiment, a computer readable storage medium is also provided, in which a computer program is stored, which when executed by a processor, implements the above-described login method for a web platform.
In an exemplary embodiment, a computer program product is also provided, which is loaded and executed by a processor to implement the above-described login method for a web platform.
It should be understood that references herein to "a plurality" are to two or more. "and/or", describes an association relationship of an association object, and indicates that there may be three relationships, for example, a and/or B, and may indicate: a exists alone, A and B exist together, and B exists alone. The character "/" generally indicates that the context-dependent object is an "or" relationship.
The foregoing description of the exemplary embodiments of the present application is not intended to limit the invention to the particular embodiments disclosed, but on the contrary, the intention is to cover all modifications, equivalents, alternatives, and alternatives falling within the spirit and scope of the invention.

Claims (10)

1. A method for logging in a web platform, the method comprising:
displaying a login information input interface corresponding to the webpage platform;
displaying input login information in a plaintext or ciphertext form in the login information input interface, wherein the login information comprises a character sequence consisting of at least two characters;
and displaying a user interface of the webpage platform under the condition that the input login information passes the verification.
2. The method according to claim 1, wherein the method further comprises:
and displaying prompt information in the login information input interface, wherein the prompt information is used for helping a user to memorize the login information.
3. The method of claim 2, wherein the step of determining the position of the substrate comprises,
the prompt information is part of information in preset login information;
or alternatively, the process may be performed,
the prompting information is a long character sequence, n continuous characters in the long character sequence are identical with preset login information, and n is an integer greater than 1;
or alternatively, the process may be performed,
the prompt information is at least two character sequences, and one character sequence in the at least two character sequences is the same as preset login information.
4. The method according to claim 1, wherein the method further comprises:
invoking a login script embedded in a platform code of the webpage platform in response to an opening operation for the webpage platform;
and starting to execute the login script from the step of displaying the login information input interface corresponding to the webpage platform.
5. The method according to claim 1, wherein the method further comprises:
and under the condition that the number of times of continuous non-passing verification reaches a threshold value, entering a login locking state with rated time length, and under the login locking state, failing to input the login information again.
6. The method according to claim 1, wherein the method further comprises:
and displaying error reminding information under the condition that the input login information does not pass the verification, wherein the error reminding information is used for indicating that the input login information is wrong.
7. A device for logging in a web page platform, the device comprising:
the display module is used for displaying a login information input interface corresponding to the webpage platform;
the input module is used for displaying input login information in a plaintext or ciphertext form in the login information input interface, wherein the login information comprises a character sequence consisting of at least two characters;
the display module is further used for displaying a user interface of the webpage platform under the condition that the input login information passes verification.
8. A terminal device, characterized in that it comprises a processor and a memory, in which a computer program is stored, which computer program is loaded and executed by the processor to implement the method of logging in a web platform according to any of the preceding claims 1 to 6.
9. A computer readable storage medium, characterized in that the computer readable storage medium has stored therein a computer program, which is loaded and executed by a processor to implement the login method of the web platform according to any one of the preceding claims 1 to 6.
10. A computer program product, characterized in that it is loaded and executed by a processor to implement the method of logging on a web platform according to any of the previous claims 1 to 6.
CN202211740568.8A 2022-12-31 2022-12-31 Login method and device of webpage platform, terminal equipment and storage medium Pending CN116015950A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211740568.8A CN116015950A (en) 2022-12-31 2022-12-31 Login method and device of webpage platform, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211740568.8A CN116015950A (en) 2022-12-31 2022-12-31 Login method and device of webpage platform, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116015950A true CN116015950A (en) 2023-04-25

Family

ID=86026705

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211740568.8A Pending CN116015950A (en) 2022-12-31 2022-12-31 Login method and device of webpage platform, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116015950A (en)

Similar Documents

Publication Publication Date Title
CN110602052B (en) Micro-service processing method and server
US9129100B2 (en) Verification code generation and verification method and apparatus
EP3176722B1 (en) Password setting method and equipment therefor
CN110597511B (en) Page automatic generation method, system, terminal equipment and storage medium
US20210157900A1 (en) Securing passwords by using dummy characters
CN110087021B (en) Online video method and device and video terminal
CN113472774B (en) Account login-free method, system, device and computer readable storage medium
CN114266033A (en) Verification code generation method and device, verification code login system and electronic equipment
CN111709007A (en) User authentication method, device and equipment
US11841972B2 (en) System and method to safeguarding sensitive information in cobrowsing session
KR101267229B1 (en) Method and system for authenticating using input pattern
JP2006163825A (en) Personal identification system
CN116015950A (en) Login method and device of webpage platform, terminal equipment and storage medium
CN108810233B (en) Malicious incoming call identification method and device
WO2016188079A1 (en) Data storage method for terminal device and terminal device
CN113873450B (en) Short message configuration method, device, computer equipment and storage medium
CN116318911A (en) Domain name access method and device, electronic equipment and storage medium
CN109788126A (en) Verify code imput method and equipment
CN112948817A (en) Permission control method and device of application program, computer equipment and medium
CN103714283A (en) Execution method of automatic guiding type portable disc
CN113806825B (en) Verification method and device, storage medium and electronic equipment
KR102281580B1 (en) Authentication system and method of performing authentication in authentication system
US11658981B1 (en) Internet access management service server capable of providing internet access management service based on terminal grouping and operating method thereof
US20150172274A1 (en) Methods and systems for passcode creation and user authentication
CN117544371A (en) Login state processing method and device and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination