CN112836208A - Multiple login system and method for same user - Google Patents

Multiple login system and method for same user Download PDF

Info

Publication number
CN112836208A
CN112836208A CN201911165568.8A CN201911165568A CN112836208A CN 112836208 A CN112836208 A CN 112836208A CN 201911165568 A CN201911165568 A CN 201911165568A CN 112836208 A CN112836208 A CN 112836208A
Authority
CN
China
Prior art keywords
information
login
application program
application
user
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.)
Withdrawn
Application number
CN201911165568.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.)
Inventec Pudong Technology Corp
Inventec Corp
Original Assignee
Inventec Pudong Technology Corp
Inventec Corp
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 Inventec Pudong Technology Corp, Inventec Corp filed Critical Inventec Pudong Technology Corp
Priority to CN201911165568.8A priority Critical patent/CN112836208A/en
Publication of CN112836208A publication Critical patent/CN112836208A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/105Multiple levels of security

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a multiple login system and a method for the same user, wherein different passwords are set for the same account name at a server side to correspond to different authorities, an application body is provided, the application body is copied, package name information in the application body is modified to generate an application body, so that the application body and the application body are allowed to be executed at the same time after being installed at an execution end, and the same account but different passwords are respectively keyed in operation interfaces of the application body and the application body to complete multiple login, thereby achieving the technical effect of improving the convenience of the multiple login.

Description

Multiple login system and method for same user
Technical Field
The present invention relates to a login system and a method thereof, and more particularly, to a multiple login system and a method thereof for the same user, which can distinguish the authority according to different passwords.
Background
In recent years, with the popularization and vigorous development of the internet, various web services are emerging like a bamboo shoot in spring after rain. However, no matter what kind of network service is, before using the network service, an account and a password are often required to be input for login to confirm identity, so as to determine whether the network service is a legal user.
Generally, when a user needs to log in with different identities, different accounts and corresponding passwords are usually established at a server, each account has a different identity, and the different identities have different permissions. For example, if the account id is a super user (super), the super user power of the system is provided; when the identity of the account is a visitor (Guest), the account has the visitor permission of the system. However, each account has only one identity, and when a plurality of identities are required, a plurality of accounts need to be established and stored with passwords thereof, and in addition, when different identities are required to be switched, login and logout must be repeated, so that different identities cannot be owned at the same time, and the problem of poor convenience of multiple login is caused.
In view of the above, manufacturers have proposed a technical means for recording multiple identities in a system, which continuously records the identity of each successful login on a login device or a server and maintains the identity in a login state (e.g. using "Cookie" or "Session"). Therefore, the user can conveniently switch different identities. However, this method still requires that the account with different identity and password are used for the first login at the beginning and then recorded by the system, thereby allowing the identity switching without inputting the account and password. In addition, in this method, after the login device is replaced, the login must be performed again, otherwise the system cannot correctly identify the identity, so the problem of poor convenience of multiple logins still exists.
In view of the above, it is known that the prior art has a problem of poor convenience of multiple logins, and therefore, it is necessary to provide an improved technical means to solve the problem.
Disclosure of Invention
The invention discloses a multiple login system and a method for the same user.
First, the present invention discloses a multiple login system for the same user, which comprises: an execution end and a service end. The execution end is used for allowing the application program body and the application program body to be executed simultaneously, and the same login account number and different login passwords are input into operation interfaces of the application program body and the application program body for login.
Then, in the server portion, which is connected to the execution side via the network, the server includes: the device comprises a storage module, an application module, a login module and a processing module. The storage module is used for storing user information, and each user information comprises an account name, a plurality of passwords and authority information corresponding to the passwords; the application module is used for providing an application program body with package name information, copying the application program body and modifying the package name information in the application program body to generate a corresponding application program body, wherein the package name information of the application program body and the application program body has uniqueness; the login module is connected with the storage module and the application module and used for receiving a login account and a login password from the application program body, comparing the login account and the login password with account names and passwords of the user information, taking authority information contained in the user information which is matched with the login account and the login password as first authority information, receiving the same login account and different login passwords from the application program body, comparing the same login account and different login passwords with the account names and the passwords of the user information, and taking the authority information contained in the user information which is matched with the login password as second authority information; the processing module is connected with the login module and used for providing the authority corresponding to the first authority information to the application program body of the execution end and allowing the application program to be downloaded for differentiation, and providing the authority corresponding to the second authority information to the application program differentiation of the execution end.
In addition, the invention discloses a multiple login method of the same user, which is applied to a network environment with an execution end and a service end, and comprises the following steps: the server provides an application program body with package name information, copies the application program body and modifies the package name information to generate a corresponding application program body, wherein the package name information of the application program body and the application program body has uniqueness; the server stores user information, wherein each user information comprises an account name, a plurality of passwords and authority information corresponding to the passwords; the execution end downloads and executes the application program body from the server end, and keys a login account number and a login password in an operation interface of the application program body to request to login the server end; the server receives a login account and a login password from the application program body to compare with the account name and the password of the user information, and takes the authority information contained in the user information which is matched with the login account and the login password as first authority information, provides the authority corresponding to the first authority information to the application program body of the execution end and allows the application program to be downloaded for differentiation; the execution end downloads and executes the application program from the server end, and keys in the same login account number and different login passwords in an operation interface of the application program to request to login the server end; the server receives the login account and the login password from the application program body to compare with the account name and the password of the user information, takes the authority information contained in the user information which is matched with the login account and the login password as second authority information, and provides the corresponding authority of the second authority information to the application program body of the execution end.
The system and the method disclosed by the invention have the difference from the prior art that different passwords are set for the same account name at the server side to correspond to different authorities, an application program body is provided, the application program body is copied, the package name information in the application program body is modified to generate an application program body, so that the application program body and the application program body are allowed to be executed simultaneously after being installed at an execution end, and the same account but different passwords are respectively keyed in operation interfaces of the application program body and the application program body to finish multiple login.
Through the technical means, the invention can achieve the technical effect of improving the convenience of multiple login.
Drawings
Fig. 1 is a system block diagram of a multiple login system of the same user according to the present invention.
Fig. 2A and 2B are flow charts of a method for multiple logins of the same user according to the present invention.
Fig. 3A to 3C are schematic diagrams illustrating multiple logins performed by the same user according to the present invention.
Fig. 4 is a schematic diagram of setting a password and corresponding permission information thereof according to the present invention.
[ List of reference numerals ]
110 executing terminal
120 server
121 storage module
122 application module
123 login module
124 processing module
300 executing end
311. 351 input block
312. 352 input block
313. 353 login key
321 application split icon
322 newly-added application program split key
400 permission setting window
410 input block
411 search button
412 edit key
Detailed Description
The embodiments of the present invention will be described in detail with reference to the drawings and examples, so that how to implement the technical means for solving the technical problems and achieving the technical effects of the present invention can be fully understood and implemented.
Before describing the multiple login system and method for the same user disclosed in the present invention, a description will be given of a network environment applied in the present invention, wherein the network environment includes a wired network or a wireless network or a combination of both, so as to facilitate the mutual communication between the execution end and the service end. The wired network can be connected by telephone lines, twisted pair lines, cable lines, optical fibers and the like; the wireless network can be implemented by wireless communication technologies such as Bluetooth (Bluetooth), Wi-Fi, LoRa, ZigBee, CoAP (managed Application Protocol), mqtt (message Queuing technical transport), and the like. In practical implementation, the execution end and the service end can be implemented by using a calculator device, for example, the execution end can be a notebook computer, a tablet computer, an intelligent mobile device; the server may be a personal computer, a server, etc.
Referring to fig. 1, fig. 1 is a block diagram of a system for multiple login of the same user according to the present invention, wherein the system comprises: an execution side 110 and a service side 120. The execution end 110 is configured to allow the application body and the application entity to be executed simultaneously, and to enter the same login account and different login passwords into the operation interfaces of the application body and the application entity for login. In practical implementation, the operation Interface is a Graphical User Interface (GUI) for allowing the User to enter a login account and a login password to log in to the server 120 via the network. In addition, after the execution end 110 executes the application body and obtains the authority corresponding to the first authority information, it may transmit an entity establishment request to the server end 120, so that the server end 120 generates an application entity having different Package Name information (Package Name) corresponding to the application body according to the received entity establishment request. In practice, the execution end 110 may transmit the request for establishing the identity so that the server end 120 generates a plurality of application identities for downloading and installing the execution end 110. Likewise, the execution end 110 can execute a plurality of downloaded and installed application entities simultaneously when executing the application entity, and is not limited to a single application entity.
At a portion of the server 120, which is interconnected with the execution end 110 through a network, the server 120 includes: a storage module 121, an application module 122, a login module 123 and a processing module 124. The storage module 121 is configured to store user information, where each user information includes an account name, a plurality of passwords, and authority information corresponding to each of the passwords. In other words, a plurality of different passwords exist for the same account name, and each password corresponds to one authority information. Therefore, the corresponding right can be given according to the password input by the user. For example, when the user needs to add multiple identities, the system administrator can add new passwords and corresponding authority information to the user information, such as: the password of the identity a in the original user information is 111, and when the identity B is to be added, different passwords must be set, such as: 222. in this way, two identities are recorded in the same user information, and the user can log in and obtain the authority of identity a by using the account name plus the password 111, or log in and obtain the authority of identity B by using the same account name plus the password 222. In practical implementation, the server 120 may allow the execution end 110 to add, modify or delete the password of the user information and the corresponding authority information after logging in.
The application module 122 is configured to provide an application ontology with package name information, copy the application ontology, and modify the package name information therein to generate a corresponding application entity, where the package name information of the application ontology and the application entity are unique. For example, in an android application, package name information of the application is stored in an ApplicationId or package location in an android manifest. Therefore, assuming that the package name information of the application ontology is com.example.demo, after the application ontology is copied, the application module 122 may modify com.example.demo1 with the package name information, so that the copied application ontology becomes the application entity. In fact, as long as the package name information is unique (i.e., package name information that is not duplicated), there is no quantitative limit to the application individuality. In other words, the application module 122 can provide an application ontology and a plurality of corresponding application entities to the execution end 110 for downloading. It should be noted that, the modification manner of the packet name information may be to calculate a unique suffix character string by using a random function or a hash function, and embed the suffix character string into the tail end of the packet name information of the application program sub-body, for example, assuming that the packet name information of the copied application program sub-body is com.
The login module 123 is connected to the storage module 121 and the application module 122, and is configured to receive a login account and a login password from the application body to compare the login account and the login password with the account name and the password of the user information, use the authority information included in the user information that matches the login account and the login password as first authority information, receive the same login account and different login passwords from the application body to compare the same login account and different login passwords with the account name and the password of the user information, and use the authority information included in the user information that matches the login account and the login password as second authority information. In practical implementations, the first and second rights information may include a super User right (e.g., Supervisor, Root, or Administrator), a general User right (User), and a Guest right (Guest).
The processing module 124 is connected to the login module 123, and is configured to provide the authority corresponding to the first authority information to the application body of the execution end 110 and allow the application to be downloaded as an entity, and provide the authority corresponding to the second authority information to the application entity of the execution end 110. For example, if the first right information is super user right and the second right information is general user right, the application body has super user right for the server 120, and the application itself has general user right for the server 120. In this way, the user of the execution end 110 can use the same account name to execute the instructions or functions of the system administrator on the service end 120 through the application body, and execute the instructions or functions of the general user on the service end 120 through the application body.
It should be noted that, in practical implementation, each module described in the present invention can be implemented by various manners, including software, hardware, or any combination thereof, for example, in some embodiments, the module can be implemented by software, hardware, or any combination thereof, besides, the present invention can also be implemented partially or completely by hardware, for example, one or more modules in the System can be implemented by an integrated circuit Chip, a System on Chip (SoC), a Complex Programmable Logic Device (CPLD), a Field Programmable Gate Array (FPGA), and so on. The present invention may be a system, method and/or computer program. The computer program may include a computer readable storage medium having computer readable program instructions embodied thereon for causing a processor to implement various aspects of the present invention, the computer readable storage medium may be a tangible device that can hold and store the instructions for use by the instruction execution device. The computer readable storage medium may be, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: hard disk, random access memory, read only memory, flash memory, compact disk, floppy disk, and any suitable combination of the foregoing. Computer-readable storage media as used herein is not to be construed as transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission medium (e.g., optical signals through a fiber optic cable), or electrical signals transmitted through a wire. Additionally, the computer-readable program instructions described herein may be downloaded to the various computing/processing devices from a computer-readable storage medium, or over a network, for example: the internet, local area network, wide area network, and/or wireless network to an external computer device or external storage device. The network may include copper transmission cables, fiber optic transmission, wireless transmission, routers, firewalls, switches, hubs and/or gateways. The network card or network interface in each computing/processing device receives computer-readable program instructions from the network and forwards the computer-readable program instructions for storage in a computer-readable storage medium in the respective computing/processing device. The computer program instructions which perform the operations of the present invention may be assembly language instructions, instruction set architecture instructions, machine dependent instructions, microinstructions, firmware instructions, or Object Code (Object Code) written in any combination of one or more programming languages, including an Object oriented programming language, such as: common Lisp, Python, C + +, Objective-C, Smalltalk, Delphi, Java, Swift, C #, Perl, Ruby, and PHP, among others, as well as conventional Procedural programming languages, such as: c or a similar programming language. The computer-readable program instructions may execute entirely on the computer, partly on the computer, as stand-alone software, partly on a client computer and partly on a remote computer or entirely on the remote computer or server.
Referring to fig. 2A and 2B, fig. 2A and 2B are flow charts of a method for multiple login of the same user in a network environment having an execution end 110 and a service end 120 according to the present invention, which includes the steps of: the server 120 provides an application ontology with package name information, and copies the application ontology and modifies the package name information therein to generate a corresponding application entity, wherein the package name information of the application ontology and the application entity have uniqueness (step 210); the server 120 stores user information, each of which includes an account name, a plurality of passwords, and authority information corresponding to the passwords (step 220); the execution end 110 downloads and executes the application body from the server end 120, and keys a login account and a login password in an operation interface of the application body to request to login the server end 120 (step 230); the server 120 receives the login account and the login password from the application body to compare the login account and the login password with the account name and the password of the user information, and uses the authority information included in the user information matched with the login account name and the password as first authority information, and provides the authority corresponding to the first authority information to the application body of the execution terminal 110 and allows the application to be downloaded separately (step 240); the execution end 110 downloads and executes the application program from the service end 120, and keys in the same login account and different login passwords in the operation interface of the application program to request to login the service end 120 (step 250); the server 120 receives the login account and the login password from the application avatar to compare with the account name and the password of the user information, uses the authority information included in the user information matching the login account name and the login password as the second authority information, and provides the authority corresponding to the second authority information to the application avatar of the execution end 110 (step 260). Through the above steps, different passwords are set for the same account name at the server 120 to correspond to different permissions, an application body is provided, the application body is copied, and the package name information in the application body is modified to generate an application body, so that the execution is allowed to be executed simultaneously after the application body and the application body are installed at the execution end 110, and the same account but different passwords are keyed in the operation interfaces of the application body and the application body respectively to complete multiple login.
Please refer to fig. 3A to 3C, and fig. 3A to 3C are schematic diagrams illustrating a same user performing multiple logins according to the present invention. First, assume that the user has installed the application body at the execution end 300, and as illustrated in fig. 3A, the user enters a login account number in the input block 311 of the operation interface, such as: user001, and enters a login password in input block 312, such as: password 1. When the user clicks the login button 313, the login account and the login password are transmitted to the server 120 for verification. At this time, the server 120 compares the login account and the login password with the account name and the password in the user information, and when there is user information matching the login account and the login password, the server takes the corresponding authority information as the first authority information, provides the corresponding authority to the application body of the execution terminal 110 according to the first authority information, and allows the execution terminal 110 to download the application for differentiation. At this point, the execution end 110 successfully logs in the service end 120 through the application ontology.
Next, after logging in the server 120, a download list may be displayed as illustrated in fig. 3B, where the download list displays the application identities provided by the server 120, and the user may click the application identity icon 321 to download the application identities and install the application identities to the execution end 300. In addition, the user may also click the newly added application split key 322 to generate a split establishment request, so that the server 120 copies the application body again and modifies the package name information therein to generate another application split. Similarly, the package name information has uniqueness, that is, the package name information between different application entities will not be the same, and the package name information of the application entity and the application ontology will not be the same.
After the application avatar is successfully downloaded and installed to the execution end 300, the user can execute the application avatar at the same time when executing the application ontology, and as illustrated in fig. 3C, enter the same login account number in the input block 351 in the operation interface of the application avatar, such as: user001, and enter a login password in input block 352, such as: password 2. Then, the user clicks the login button 353 to transmit the entered login account and login password to the server 120. At this time, the server 120 compares the received login account and login password with the account name and password of the user information, uses the authority information included in the user information matched with the comparison as the second authority information, and provides the authority corresponding to the second authority information to the application of the execution terminal 300 for differentiation. So far, the application program body has the authority corresponding to the first authority information, and the application program body has the authority corresponding to the second authority information, so that the purpose of multiple login (namely different login passwords have different authorities) of the same user (namely the same login account user001) is achieved.
As shown in fig. 4, fig. 4 is a schematic diagram of setting a password and corresponding authority information by applying the present invention. As mentioned above, when the user needs to add multiple identities, the system administrator can add new passwords and corresponding authority information to the user information. In practical implementation, the system administrator can open the permission setting window 400 as illustrated in fig. 4, and if various identities of the user001 are to be added, the user001 can be entered into the input block 410 and the search button 411 can be clicked to search out the corresponding password and the corresponding permission information, for example: the authority information corresponding to the password 111 is the super user authority super (i.e. the identity is a super user); the authority information corresponding to the password 222 is the general User authority User (i.e., identity of the general User). At this time, if another identity is added, such as: the visitor, then, the system administrator may click the edit key 412 to add the new password and its corresponding permissions, such as: the authority information corresponding to the password 333 is Guest authority Guest (not shown). It should be noted that, besides that the system administrator can set the password and the corresponding authority information through the authority setting window 400, the user of the execution end 110 can log in the server end 120 to open the authority setting window 400 to edit the password and the corresponding authority information under the condition of possessing the authority.
In summary, it can be seen that the difference between the present invention and the prior art is that different passwords are set for the same account name at the server to correspond to different permissions, an application body is provided, the application body is copied, and the package name information in the application body is modified to generate an application body, so that the application body and the application body are installed at the execution end and then allowed to be executed simultaneously, and the same account but different passwords are keyed in the operation interfaces of the application body and the application body respectively to complete multiple logins.
Although the present invention has been described with reference to the foregoing embodiments, it should be understood that various changes and modifications can be made therein by those skilled in the art without departing from the spirit and scope of the invention.

Claims (10)

1. A multiple login system for a same user, the system comprising:
the execution end is used for allowing the application program body and the application program to be executed simultaneously, and typing in the same login account number and different login passwords in the operation interfaces of the application program body and the application program body so as to log in; and
the server is used for being connected with the execution end through a network, and the server comprises:
the storage module is used for storing at least one piece of user information, and each piece of user information comprises an account name, a plurality of passwords and authority information corresponding to the passwords;
the application module is used for providing the application program body with package name information, copying the application program body and modifying the package name information in the application program body to generate a corresponding application program body, wherein the package name information of the application program body and the application program body has uniqueness;
a login module, connected to the storage module and the application module, for receiving the login account and the login password from the application body, comparing the login account and the login password with the account name and the password of the user information, using the authority information included in the user information which matches the login account and the login password as first authority information, receiving the same login account and different login passwords from the application body, comparing the same login account name and different login passwords with the account name and the password of the user information, and using the authority information included in the user information which matches the login password as second authority information; and
and the processing module is connected with the login module and used for providing the authority corresponding to the first authority information to the application program body of the execution end, allowing the application program to be downloaded for differentiation, and providing the authority corresponding to the second authority information to the application program differentiation of the execution end.
2. The multiple login system of one user according to claim 1, wherein the execution end executes the application ontology and obtains the authority corresponding to the first authority information, and then allows to transmit an identity establishment request to the server, so that the application module of the server generates the application ontology having different package name information according to the received identity establishment request.
3. The multi-sign-on system of claim 1, wherein the first right information and the second right information at least comprise super user right, general user right and guest right.
4. The multiple login system of one user according to claim 1, wherein the server allows the executing end to add, modify or delete the password of the user information and the corresponding permission information after the executing end logs in.
5. The multi-sign-on system of the same user as claim 1, wherein the package name information is modified in such a manner that a unique suffix string is calculated by a random function or a hash function, and the suffix string is embedded in the tail end of the package name information of the application program itself.
6. A multiple login method for the same user is applied to a network environment with an execution end and a service end, and comprises the following steps:
the server provides an application program body with package name information, copies the application program body and modifies the package name information in the application program body to generate a corresponding application program body, wherein the package name information of the application program body and the application program body has uniqueness;
the server stores at least one piece of user information, wherein each piece of user information comprises an account name, a plurality of passwords and authority information corresponding to the passwords;
the execution end downloads and executes the application program body from the server end, and keys a login account number and a login password in an operation interface of the application program body to request to login the server end;
the server receives the login account and the login password from the application program body to compare with the account name and the password of the user information, takes the authority information contained in the user information which is matched with the login account name and the password as first authority information, provides the authority corresponding to the first authority information to the application program body of the execution end and allows the application program to be downloaded separately;
the execution end downloads and executes the application program from the server end, and keys the same login account and different login passwords in an operation interface of the application program to request to login the server end; and
the server receives the login account and the login password from the application program body to compare with the account name and the password of the user information, takes the authority information contained in the user information which is matched with the account name and the password as second authority information, and provides the authority corresponding to the second authority information to the application program body of the execution end.
7. The multiple login method for the same user according to claim 6, wherein the execution side executes the application ontology and obtains the authority corresponding to the first authority information, and then allows to transmit an identity establishment request to the server side, so that the server side generates the application ontology corresponding to the received identity establishment request and having different package name information.
8. The multiple login method of claim 6, wherein the first privilege information and the second privilege information at least comprise super user privilege, general user privilege and guest privilege.
9. The multiple login method of the same user according to claim 6, wherein the server allows the executing end to add, modify or delete the password of the user information and the corresponding permission information after the executing end logs in.
10. The multiple login method for the same user according to claim 6, wherein the package name information is modified by calculating a unique suffix string using a random function or a hash function, and embedding the suffix string in the tail end of the package name information of the application.
CN201911165568.8A 2019-11-25 2019-11-25 Multiple login system and method for same user Withdrawn CN112836208A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911165568.8A CN112836208A (en) 2019-11-25 2019-11-25 Multiple login system and method for same user

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911165568.8A CN112836208A (en) 2019-11-25 2019-11-25 Multiple login system and method for same user

Publications (1)

Publication Number Publication Date
CN112836208A true CN112836208A (en) 2021-05-25

Family

ID=75922179

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911165568.8A Withdrawn CN112836208A (en) 2019-11-25 2019-11-25 Multiple login system and method for same user

Country Status (1)

Country Link
CN (1) CN112836208A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102739628A (en) * 2011-04-14 2012-10-17 英业达股份有限公司 System for application-side login and authentication, and method thereof
CN103051449A (en) * 2012-12-10 2013-04-17 鸿富锦精密工业(深圳)有限公司 Access right managing and controlling system and access right managing and controlling method
CN103400067A (en) * 2013-03-29 2013-11-20 青岛海信电器股份有限公司 Access control method, system and server
CN104202298A (en) * 2014-07-30 2014-12-10 北京乐动卓越信息技术有限公司 System and method of login with single account and multiple passwords
US20160352723A1 (en) * 2014-08-15 2016-12-01 Xiaomi Inc. Method, and apparatus for authenticating access
CN107665302A (en) * 2017-09-26 2018-02-06 惠州Tcl移动通信有限公司 A kind of Android applications opens implementation method, mobile terminal and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102739628A (en) * 2011-04-14 2012-10-17 英业达股份有限公司 System for application-side login and authentication, and method thereof
CN103051449A (en) * 2012-12-10 2013-04-17 鸿富锦精密工业(深圳)有限公司 Access right managing and controlling system and access right managing and controlling method
CN103400067A (en) * 2013-03-29 2013-11-20 青岛海信电器股份有限公司 Access control method, system and server
CN104202298A (en) * 2014-07-30 2014-12-10 北京乐动卓越信息技术有限公司 System and method of login with single account and multiple passwords
US20160352723A1 (en) * 2014-08-15 2016-12-01 Xiaomi Inc. Method, and apparatus for authenticating access
CN107665302A (en) * 2017-09-26 2018-02-06 惠州Tcl移动通信有限公司 A kind of Android applications opens implementation method, mobile terminal and storage medium

Similar Documents

Publication Publication Date Title
JP6987931B2 (en) Secure single sign-on and conditional access for client applications
US11012455B2 (en) Modifying a user session lifecycle in a cloud broker environment
US20220292180A1 (en) Systems and methods for offline usage of saas applications
US11658993B2 (en) Systems and methods for traffic inspection via an embedded browser
US11750589B2 (en) System and method for secure application communication between networked processors
EP3742369A1 (en) Systems and methods for establishing a channel between multiple devices
US11057364B2 (en) Single sign-on for managed mobile devices
US10536447B2 (en) Single sign-on for managed mobile devices
AU2019347708B2 (en) Systems and methods for consistent enforcement policy across different saas applications via embedded browser
US11489933B2 (en) Systems and methods for gamification of SaaS applications
US11290574B2 (en) Systems and methods for aggregating skills provided by a plurality of digital assistants
US11874905B2 (en) Establishing access sessions
US11411904B2 (en) Systems and methods for filtering notifications for end points associated with a user
CN112039826A (en) Login method and device applied to applet terminal
CN110008186A (en) For file management method, device, terminal and the medium of more ftp data sources
CN112836208A (en) Multiple login system and method for same user
TW202123041A (en) Multiple login system for same user and method thereof
CN111327574B (en) Single machine login system allowing network address change and method thereof
CN111131409B (en) Method and device for responding to request and related equipment
US11824836B2 (en) Securing microservices utilizing a proactive condition map

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210525