JP4623437B2 - Authentication system, authentication method, and authentication program - Google Patents

Authentication system, authentication method, and authentication program Download PDF

Info

Publication number
JP4623437B2
JP4623437B2 JP2008145523A JP2008145523A JP4623437B2 JP 4623437 B2 JP4623437 B2 JP 4623437B2 JP 2008145523 A JP2008145523 A JP 2008145523A JP 2008145523 A JP2008145523 A JP 2008145523A JP 4623437 B2 JP4623437 B2 JP 4623437B2
Authority
JP
Japan
Prior art keywords
authentication
authentication information
message
information
password
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.)
Expired - Fee Related
Application number
JP2008145523A
Other languages
Japanese (ja)
Other versions
JP2009294746A (en
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.)
Konica Minolta Business Technologies Inc
Original Assignee
Konica Minolta Business Technologies Inc
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 Konica Minolta Business Technologies Inc filed Critical Konica Minolta Business Technologies Inc
Priority to JP2008145523A priority Critical patent/JP4623437B2/en
Priority to US12/408,014 priority patent/US20090300734A1/en
Publication of JP2009294746A publication Critical patent/JP2009294746A/en
Application granted granted Critical
Publication of JP4623437B2 publication Critical patent/JP4623437B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

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/31User authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Description

本発明は、認証システム及び認証方法並びに認証プログラムに関し、特に、画像形成装置などの複数のユーザによって使用される装置を含む認証システム及び該システムにおける認証方法並びに認証プログラムに関する。   The present invention relates to an authentication system, an authentication method, and an authentication program, and more particularly to an authentication system including an apparatus used by a plurality of users such as an image forming apparatus, an authentication method in the system, and an authentication program.

コピー機能やプリンタ機能、スキャナ機能などを備える処理装置(以下、画像形成装置と呼ぶ。)が普及している。この画像形成装置には機密情報を含む文書などが記憶される場合もあり、機密情報の漏洩を防止するためにセキュリティを高める施策が必要である。そこで、予めパスワードなどの認証情報を設定しておき、画像形成装置の利用に際して、認証情報の入力を求め、認証されたユーザに対して画像形成装置の利用を許可するようにしている。   Processing apparatuses (hereinafter referred to as image forming apparatuses) having a copy function, a printer function, a scanner function, and the like are widely used. This image forming apparatus may store documents including confidential information, and measures to increase security are necessary to prevent leakage of confidential information. Therefore, authentication information such as a password is set in advance, and when the image forming apparatus is used, the authentication information is requested to be entered, and the authenticated user is permitted to use the image forming apparatus.

ここで、同じ認証情報を長期間使用すると、認証情報が漏洩してセキュリティを保てなくなることから、認証情報はユーザによって適宜変更される。その場合、認証情報を変更したユーザは最新の認証情報を入力して画像形成装置を使用することができるが、認証情報が変更されたことを知らない他のユーザは古い認証情報を入力してしまい、画像形成装置の使用が拒否されてしまう。そこで、このような問題を回避するために、一定の条件で、古い認証情報でも認証可能にする方法が提案されている。   Here, if the same authentication information is used for a long time, the authentication information is leaked and security cannot be maintained, so that the authentication information is appropriately changed by the user. In this case, the user who has changed the authentication information can input the latest authentication information and use the image forming apparatus, but other users who do not know that the authentication information has been changed can input the old authentication information. As a result, the use of the image forming apparatus is rejected. Therefore, in order to avoid such a problem, a method has been proposed in which old authentication information can be authenticated under certain conditions.

例えば、下記特許文献1には、端末が監視センタに回線接続したときに監視センタから送られてきた新旧2世代のパスワードのいずれかと自己の保持するパスワードとが一致したときにのみ、両者の間でデータ通信を行う方法が開示されている。   For example, in Patent Document 1 below, only when one of the old and new two-generation passwords sent from the monitoring center matches the password held by the terminal when the terminal is connected to the monitoring center with a line between them, Discloses a method for performing data communication.

また、下記特許文献2には、許可を受けたユーザに対してパスワードの変更要求を受け付け、パスワードの変更処理により、新パスワードの設定と旧パスワードの保持を行い、次回、そのユーザからの認証要求に対して、新パスワードでの依頼ならば旧パスワードを破棄、旧パスワードならば条件付き許可とする方法が開示されている。   Also, in Patent Document 2 below, a password change request is accepted for an authorized user, a new password is set and an old password is retained by a password change process, and an authentication request from the user is received next time. On the other hand, a method is disclosed in which an old password is discarded if a new password is requested, and conditional permission is granted if the old password is used.

特開平5−30103号公報JP-A-5-30103 特開2000−82044号公報JP 2000-82044 A

しかしながら、上記特許文献1、2のように、新旧どちらかの認証情報が入力された場合に装置の使用を許可する方式では、2種類の認証情報を受け付けることになるため、一度不正なルートで認証情報の取得が行われると、認証情報を変更する等の対策が無意味なものになってしまう。   However, as described in Patent Documents 1 and 2, in the method of permitting the use of the apparatus when either old or new authentication information is input, two types of authentication information are accepted. When the authentication information is acquired, measures such as changing the authentication information become meaningless.

一方、認証情報を複数ユーザで共有している環境において、利用者の一人が認証情報を変更した場合、上述したように、他のユーザは装置を使用することができず、認証情報を確認して何度も入力したり、認証情報の変更連絡情報を検索したりするなど、対処方法を見つけるのに時間を要してしまう。   On the other hand, if one of the users changes the authentication information in an environment where the authentication information is shared by multiple users, as described above, the other users cannot use the device and check the authentication information. It takes a long time to find a corrective action, such as entering information many times or searching for authentication information change contact information.

本発明は、上記問題点に鑑みてなされたものであって、その主たる目的は、セキュリティを確保しつつ、認証情報の変更に適切に対処することができる認証システム及び認証方法並びに認証プログラムを提供することにある。   The present invention has been made in view of the above problems, and its main object is to provide an authentication system, an authentication method, and an authentication program capable of appropriately dealing with a change in authentication information while ensuring security. There is to do.

上記目的を達成するため、本発明は、認証情報に基づく認証処理によって利用が制限される装置を含む認証システムにおいて、入力された認証情報と予め登録された認証情報とを比較し、前記入力された認証情報が最新の認証情報でなく、かつ、以前に設定された認証情報である場合に、認証情報が変更されたことを示すメッセージを通知する判定部と、前記以前に設定された認証情報の各々に対して、前記メッセージを通知するか否かを選択可能にする選択部と、を備え、前記判定部は、前記メッセージを通知する旨の選択された認証情報が入力された場合に、前記メッセージを通知するものである。 In order to achieve the above object, the present invention provides an authentication system including an apparatus whose use is restricted by authentication processing based on authentication information, and compares the input authentication information with pre- registered authentication information. A determination unit that notifies a message indicating that the authentication information has been changed when the authentication information is not the latest authentication information and is authentication information that has been previously set, and the authentication information that has been previously set for each, and a selection unit that allows selection or or not to notify the message, the determination unit, when the authentication information selected to the effect that notifies the message has been is entered In addition, the message is notified.

また、本発明においては、前記メッセージは、前記最新の認証情報に変更したユーザを特定する情報、前記最新の認証情報に変更した日時を特定する情報、前記最新の認証情報を取得する方法を特定する情報を含む構成とすることができる。   Further, in the present invention, the message specifies information specifying a user who has changed to the latest authentication information, information specifying a date and time when the user has changed to the latest authentication information, and a method for acquiring the latest authentication information. It can be set as the structure containing the information to do.

また、本発明は、認証情報に基づく認証処理によって利用が制限される装置を含む認証システムにおける、前記認証情報を用いた認証方法であって、最新の認証情報を登録する第1ステップと、入力部により、認証情報を入力させる第2ステップと、判定部により、入力された認証情報と予め登録された認証情報とを比較し、前記入力された認証情報が前記最新の認証情報でなく、かつ、以前に設定された認証情報である場合に、認証情報が変更されたことを示すメッセージを通知する第3ステップと、を少なくとも有し、前記第1ステップでは、選択部により、前記以前に設定された認証情報の各々に対して、前記メッセージを通知するか否かを選択し、前記第3ステップでは、前記メッセージを通知する旨の選択された認証情報が入力された場合に、前記メッセージを通知するものである。 Further, the present invention provides an authentication method using the authentication information in an authentication system including an apparatus whose use is restricted by an authentication process based on the authentication information, the first step of registering the latest authentication information, and an input The second step of inputting authentication information by the unit, the authentication information input by the determination unit and the authentication information registered in advance , and the input authentication information is not the latest authentication information, and And at least a third step of notifying a message indicating that the authentication information has been changed when the authentication information has been previously set. In the first step, the selection unit sets the previously set authentication information. for each authentication information, select whether or not to notify the message, in the third step, the authentication information input selection indicating that notifies the message has been If it is intended to notify the message.

また、本発明は、認証情報に基づく認証処理によって利用が制限される装置を含むシステムで動作する認証プログラムであって、コンピュータを、入力された認証情報と予め登録された認証情報とを比較し、前記入力された認証情報が最新の認証情報でなく、かつ、以前に設定された認証情報である場合に、認証情報が変更されたことを示すメッセージを通知する判定部、前記以前に設定された認証情報の各々に対して、前記メッセージを通知するか否かを選択可能にする選択部、として機能させ、前記判定部は、前記メッセージを通知する旨の選択された認証情報が入力された場合に、前記メッセージを通知するものである。 The present invention also provides an authentication program that operates in a system including a device whose use is restricted by an authentication process based on authentication information, and compares a computer with input authentication information and pre- registered authentication information. A determination unit that notifies a message indicating that the authentication information has been changed when the input authentication information is not the latest authentication information and is the authentication information that has been previously set; against each of the authentication information, selection unit that allows selection or or not to notify the message, to function as the determination unit, the authentication information input selection indicating that notifies the message has been When the message is received, the message is notified.

本発明の認証システム及び認証方法並びに認証プログラムによれば、セキュリティを確保しつつ、認証情報の変更に適切に対処することができる。   According to the authentication system, authentication method, and authentication program of the present invention, it is possible to appropriately cope with a change in authentication information while ensuring security.

その理由は、認証システムに判定部を設け、判定部では、入力された認証情報と予め記憶された認証情報とを比較し、入力された認証情報が最新の認証情報であれば装置の使用を許可し、最新の認証情報でなければ、以前に設定された認証情報であるかを判断し、以前に設定された認証情報であれば認証情報が変更されたことを示すメッセージを通知して最新の認証情報を取得するためのヒントを提示し、以前に設定された認証情報でなければ装置の使用を拒否する制御を行うからである。   The reason is that a determination unit is provided in the authentication system, and the determination unit compares the input authentication information with the authentication information stored in advance, and if the input authentication information is the latest authentication information, use of the device is performed. If it is permitted and the authentication information is not the latest, it is determined whether the authentication information has been set before. If the authentication information has been set before, a message indicating that the authentication information has been changed is notified and updated. This is because a hint for acquiring the authentication information is presented, and control for rejecting the use of the apparatus is performed unless the authentication information is set previously.

背景技術で示したように、複数のユーザによって使用される装置を含むシステムでは、パスワード等の認証情報が使用され、セキュリティを確保するために認証情報は適宜変更される。その場合に、新旧いずれの認証情報も受け付けるようにすると、認証情報を変更する等の対策が無意味なものになる。一方、古い認証情報を一切受け付けないようにすると、他のユーザは最新の認証情報を入手するために時間を費やすことになり、利便性が著しく悪化する。   As shown in the background art, in a system including an apparatus used by a plurality of users, authentication information such as a password is used, and the authentication information is appropriately changed in order to ensure security. In that case, if both new and old authentication information is accepted, measures such as changing the authentication information become meaningless. On the other hand, if old authentication information is not accepted at all, other users will spend time to obtain the latest authentication information, and the convenience will be significantly deteriorated.

そこで、本実施形態では、古い認証情報が入力された場合に、古い認証情報を無条件に受け付けたり、古い認証情報を一切受け付けないようにするのではなく、認証情報が変更されたことを示すメッセージを通知する。これにより、認証情報が変更されたことが明確に伝わり、対処時間を短縮することができる。   Therefore, in the present embodiment, when old authentication information is input, the old authentication information is not accepted unconditionally or the old authentication information is not accepted at all. Send a message. Thereby, it is clearly transmitted that the authentication information has been changed, and the handling time can be shortened.

その際、メッセージとして、最新の認証情報に変更したユーザを特定する情報を通知することにより、ユーザは最新の認証情報を誰に確認すればよいのかが明確になるため、対処時間を短縮することができる。この場合、認証情報が変更可能な管理者レベルのユーザに新しい認証情報を確認することになるため、不正なルートでの認証情報の取得を防止することができる。   At that time, by notifying the information that identifies the user who has changed to the latest authentication information as a message, it becomes clear who the user should confirm the latest authentication information, so that the response time can be shortened Can do. In this case, since new authentication information is confirmed with an administrator-level user whose authentication information can be changed, acquisition of authentication information through an unauthorized route can be prevented.

また、メッセージとして、最新の認証情報に変更した日時を特定する情報や、最新の認証情報を取得するための方法を通知することにより、ユーザはどのようにして最新の認証情報を確認すればよいのかが明確になるため、対処時間を短縮することができる。   In addition, the user can confirm the latest authentication information by notifying, as a message, information specifying the date and time of change to the latest authentication information and a method for obtaining the latest authentication information. Because it becomes clear, it is possible to shorten the handling time.

また、以前に設定された認証情報の内のどの認証情報が入力された場合にメッセージを通知するかを選択可能とすることにより、何世代も前の認証情報しか知らないユーザを排除することもでき、セキュリティを高めることができる。また、メッセージをどの装置に通知するかを選択可能とすることにより、認証情報を入力したユーザのコンピュータ端末にメッセージを通知することもでき、セキュリティを高めることができる。また、メッセージをどのような方法で通知するかを選択可能とすることにより、利便性を向上させることもできる。   It is also possible to eliminate users who know only generations of previous authentication information by making it possible to select which authentication information of previously set authentication information is notified when a message is input. Yes, security can be increased. Further, by making it possible to select which device to notify the message, the message can be notified to the computer terminal of the user who has input the authentication information, and security can be improved. Further, convenience can be improved by making it possible to select a method for notifying a message.

上記した本発明の実施の形態についてさらに詳細に説明すべく、本発明の一実施例に係る認証システム及び認証方法並びに認証プログラムについて、図1乃至図7を参照して説明する。図1は、本発明の一実施例に係る認証システムの構成を模式的に示す図であり、図2は、画像形成装置の認証に関わる部分の構成を示すブロック図である。また、図3乃至図5は、本実施例の認証システムの表示部に表示される画面の構成例を示す図であり、図6及び図7は、本実施例の認証方法の手順を示すフローチャート図である。   In order to describe the above-described embodiment of the present invention in more detail, an authentication system, an authentication method, and an authentication program according to an embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a diagram schematically illustrating a configuration of an authentication system according to an embodiment of the present invention, and FIG. 2 is a block diagram illustrating a configuration of a portion related to authentication of an image forming apparatus. FIGS. 3 to 5 are diagrams showing an example of the configuration of the screen displayed on the display unit of the authentication system of this embodiment, and FIGS. 6 and 7 are flowcharts showing the procedure of the authentication method of this embodiment. FIG.

図1に示すように、本実施例の認証システム10は、印刷を指示する1又は複数のクライアントのコンピュータ端末20と、印刷を実行するネットワークプリンタや複合機などの1又は複数の画像形成装置30とで構成され、これらは、LAN(Local Area Network)やWAN(Wide Area Network)などの通信ネットワーク40を介して相互に接続されている。   As shown in FIG. 1, the authentication system 10 of this embodiment includes a computer terminal 20 of one or a plurality of clients that instruct printing, and one or a plurality of image forming apparatuses 30 such as a network printer or a multifunction peripheral that executes printing. These are connected to each other via a communication network 40 such as a LAN (Local Area Network) or a WAN (Wide Area Network).

なお、図1では、認証システム10をコンピュータ端末20と画像形成装置30とで構成しているが、認証システム10は画像形成装置30のみで構成することもできる。この場合、認証情報の入力及び認証情報が変更されたことを示すメッセージの通知は共に画像形成装置30で行えばよい。また、認証の対象となる装置は画像形成装置30に限らず、任意の処理を行う処理装置とすることができる。また、本実施例の認証処理は、管理サーバなどで実行してもよい。   In FIG. 1, the authentication system 10 is configured by the computer terminal 20 and the image forming apparatus 30, but the authentication system 10 may be configured by only the image forming apparatus 30. In this case, both the input of authentication information and the notification of a message indicating that the authentication information has been changed may be performed by the image forming apparatus 30. Further, the apparatus to be authenticated is not limited to the image forming apparatus 30 and may be a processing apparatus that performs an arbitrary process. Further, the authentication process of this embodiment may be executed by a management server or the like.

図2は、画像形成装置30の構成の内、本実施例の認証に関わる部分の構成を示すブロック図であり、CPU(Central Processing Unit)31とROM(Read Only Memory)32とRAM(Random Access Memory)33と記憶部34と操作部35と表示部36と判定部37などで構成される。   FIG. 2 is a block diagram showing a configuration related to authentication of the present embodiment in the configuration of the image forming apparatus 30. A CPU (Central Processing Unit) 31, a ROM (Read Only Memory) 32, and a RAM (Random Access). Memory) 33, storage unit 34, operation unit 35, display unit 36, determination unit 37, and the like.

CPU31は、ROM22に格納されている制御プログラムをRAM33に展開して実行し、画像形成装置30の各種制御を行う制御部として機能する。   The CPU 31 functions as a control unit that develops and executes a control program stored in the ROM 22 in the RAM 33 and performs various controls of the image forming apparatus 30.

記憶部34は、HDD(Hard Disk Drive)などを用いた不揮発性の記憶媒体であり、認証情報などを記憶する。認証情報は、最後に設定されたパスワード(最新パスワードと呼ぶ。)とそれ以前に設定されていた1又は複数の古いパスワード(旧パスワードと呼ぶ。)とで構成される。   The storage unit 34 is a nonvolatile storage medium using an HDD (Hard Disk Drive) or the like, and stores authentication information and the like. The authentication information includes a password set last (referred to as the latest password) and one or more old passwords (referred to as old passwords) set before that.

操作部35は、タッチパネルなどで構成され、IDやパスワード、通知するメッセージなどの入力を可能にする。   The operation unit 35 is configured with a touch panel or the like, and enables input of an ID, a password, a message to be notified, and the like.

表示部36は、LCD(Liquid Crystal Display)などで構成され、後述するパスワード入力画面やパスワード変更画面、エラー通知変更画面などを表示する。   The display unit 36 includes an LCD (Liquid Crystal Display) or the like, and displays a password input screen, a password change screen, an error notification change screen, and the like, which will be described later.

判定部37は、操作部35から入力されたパスワードと記憶部34に予め登録されているパスワードとを比較する。そして、入力されたパスワードが最新パスワードであった場合には画像形成装置30の利用を許可する。最新パスワードでない場合には、旧パスワードであるかを判断し、旧パスワードであった場合には表示部36にパスワードが変更されたことを示すメッセージを表示させる。入力されたパスワードが最新パスワードでも旧パスワードでもない場合はパスワードが間違っていることを表示するなどして画像形成装置30の利用を拒否する。   The determination unit 37 compares the password input from the operation unit 35 with a password registered in advance in the storage unit 34. When the input password is the latest password, the use of the image forming apparatus 30 is permitted. If it is not the latest password, it is determined whether it is the old password, and if it is the old password, a message indicating that the password has been changed is displayed on the display unit 36. When the input password is neither the latest password nor the old password, the use of the image forming apparatus 30 is refused by displaying that the password is incorrect.

上記判定部27は画像形成装置30にハードウェアとして構成してもよいし、コンピュータを、判定部27として機能させる認証プログラムとして構成し、該認証プログラムを画像形成装置30などの認証システム10を構成する装置上で動作させる構成としてもよい。   The determination unit 27 may be configured as hardware in the image forming apparatus 30, or may be configured as an authentication program that causes a computer to function as the determination unit 27, and the authentication program is configured in the authentication system 10 such as the image forming apparatus 30. It is good also as a structure operated on the apparatus to perform.

なお、本実施例では、画像形成装置30の記憶部34に認証情報を記憶する構成としているが、認証情報は、認証システム10内の任意の装置(判定部37が参照可能な装置)に記憶されていればよい。   In this embodiment, the authentication information is stored in the storage unit 34 of the image forming apparatus 30. However, the authentication information is stored in an arbitrary device (an apparatus that can be referred to by the determination unit 37) in the authentication system 10. It only has to be done.

また、本実施例では、パスワードで認証を行う場合を示すが、キーストロークのパターン(キーを押す時間間隔の情報)で認証を行ってもよいし、指紋や静脈などの生体情報、各指の指紋入力順などで認証を行ってもよい。また、IDとパスワードが予め記憶されたICカードや磁気カード、RFID(Radio Frequency Identification)タグなどを用いて認証を行ってもよい。   In this embodiment, authentication is performed using a password. However, authentication may be performed using a keystroke pattern (information on a time interval for pressing a key), biometric information such as a fingerprint or a vein, Authentication may be performed in the order of fingerprint input. Further, authentication may be performed using an IC card, magnetic card, RFID (Radio Frequency Identification) tag or the like in which an ID and a password are stored in advance.

次に、本実施例の認証システム10における認証方法について、図3乃至図5の画面を例にして説明する。   Next, an authentication method in the authentication system 10 of the present embodiment will be described using the screens of FIGS. 3 to 5 as examples.

図3は、画像形成装置30の表示部36(又はコンピュータ端末20の表示部)に表示されるパスワード入力画面51の一例であり、パスワード入力画面51は、部門IDやパスワードなどを入力する欄(図の[A]欄)と、メッセージを入力する欄(図の[B]欄)と、操作部35として機能するソフトウェアキーボードなどで構成される。   FIG. 3 is an example of a password input screen 51 displayed on the display unit 36 (or the display unit of the computer terminal 20) of the image forming apparatus 30. The password input screen 51 is a column for inputting a department ID, a password, and the like ( [A] column in the figure), a message input column ([B] column in the figure), and a software keyboard that functions as the operation unit 35.

画像形成装置30の利用者は、部門ID、パスワードを正しく入力することにより、画像形成装置30を利用することができる。このとき、最新パスワードではないが、以前に設定された旧パスワードであった場合には、メッセージ欄に、パスワードが変更されていることを通知するメッセージが表示される。また、パスワードを変更する場合は、[パスワード変更]ボタンを押すことにより、図4に示すパスワード変更画面52がポップアップされる。   The user of the image forming apparatus 30 can use the image forming apparatus 30 by correctly inputting the department ID and password. At this time, if it is not the latest password but the old password set before, a message notifying that the password has been changed is displayed in the message column. When changing the password, the password change screen 52 shown in FIG. 4 is popped up by pressing the [Change Password] button.

図4はパスワード変更画面52の一例であり、パスワード変更画面52は、パスワードを変更するユーザのIDやパスワードを入力する欄と、部門ID、変更前のパスワード(旧パスワード)、変更後のパスワード(最新パスワード)を入力する欄と、操作部35として機能するソフトウェアキーボードなどで構成される。   FIG. 4 shows an example of the password change screen 52. The password change screen 52 includes a field for inputting a user ID and password to be changed, a department ID, a password before change (old password), and a password after change ( A latest password) field, a software keyboard that functions as the operation unit 35, and the like.

パスワード変更者はあらかじめ登録されている[変更者ID]、[変更者パスワード]を入力する。次に、[部門ID]、[旧パスワード]、[新パスワード]を入力し、[OK]ボタンを押すことにより新しいパスワードに変更できる。また、[詳細]ボタンを押すことにより、図5に示すエラー通知変更画面53がポップアップされる。   The password changer inputs [changer ID] and [changer password] registered in advance. Next, the user can change to a new password by inputting [Department ID], [Old Password], and [New Password] and pressing the [OK] button. Also, by pressing the [Detail] button, an error notification change screen 53 shown in FIG. 5 is popped up.

図5はエラー通知変更画面53の一例であり、エラー通知変更画面53は、部門IDを入力する欄(図の[1]欄)と、パスワードに関する詳細設定情報を表示する欄(図の[2]欄)と、選択したパスワードに関する詳細設定情報を修正する欄(図の[4]欄)などで構成される。   FIG. 5 shows an example of the error notification change screen 53. The error notification change screen 53 includes a column for inputting a department ID ([1] column in the figure) and a column for displaying detailed setting information related to a password ([2] in the figure). ] Field) and a field for correcting the detailed setting information relating to the selected password ([4] field in the figure).

まず、[1]の[部門ID]をプルダウンメニューから選択すると、自分が設定変更可能なリスト([2]参照)が表示される。なお、管理者の場合は、リスト管理の目的で全ての設定者のリストを表示することが好ましい。パスワードを変更した場合、例えば、デフォルト値として[認証許可]:[許可しない]、[表示場所]:[装置]、[通知内容]:[パスワードは○○さんによって変更されました。確認をお願いします。]が自動的にリスト登録される([3]参照))。   First, when [Department ID] of [1] is selected from the pull-down menu, a list (see [2]) in which the user can change settings is displayed. In the case of an administrator, it is preferable to display a list of all setters for the purpose of list management. When the password is changed, for example, [Authentication Permission]: [No Permission], [Display Location]: [Device], [Notification Contents]: [Password has been changed by Mr. XX. Please check. ] Is automatically registered in the list (see [3]).

設定内容を変更する場合は、設定変更を行うリストにカーソルを置くと、[4]の欄に、現在設定されている[認証許可]、[表示場所]、[通知内容]が表示される。図では、2行目(網掛けの行)の設定情報が表示されている。   To change the setting contents, place the cursor on the list to change the setting, and the currently set [authentication permission], [display location], and [notification contents] are displayed in the [4] column. In the figure, setting information on the second line (shaded line) is displayed.

[認証許可]を変更する場合、プルダウンメニューから[許可する]または[許可しない]を選択する([5]参照)。図5の例では[許可する]に設定されているので、[表示場所]及び[通知内容]が表示される。なお、[許可しない]に設定した場合は、従来どおり、このパスワードで画像形成装置30を利用することはできず、メッセージも通知されない。   When changing [Authentication Allowed], select [Allow] or [Disallow] from the pull-down menu (see [5]). In the example of FIG. 5, since “Allow” is set, “Display location” and “Notification content” are displayed. Note that if it is set to [Not Allowed], the image forming apparatus 30 cannot be used with this password as in the conventional case, and no message is notified.

[表示場所]を変更する場合も、同様にプルダウンメニューから[装置]または[端末]を選択する([6]参照)。[装置]を選択した場合は画像形成装置30に、[端末]を選択した場合はコンピュータ端末20にメッセージが表示される。   Similarly, when changing [Display Location], select [Device] or [Terminal] from the pull-down menu (see [6]). When [Apparatus] is selected, a message is displayed on the image forming apparatus 30, and when [Terminal] is selected, a message is displayed on the computer terminal 20.

[通知内容]はテキスト編集することにより編集することができる([7]参照)。例えば、[7]では最新パスワードに変更したユーザから送付されたメールを確認するなど、最新パスワードを取得するための方法を通知している。この通知内容は任意に設定可能であり、最新パスワードを取得するためのヒントとなる情報であればよく、例えば、[3]のように、最新パスワードに変更したユーザを特定する情報としてもよいし、最新パスワードに変更した日時を特定する情報としてもよいし、これらを任意に組み合わせた情報としてもよい。   [Notification content] can be edited by text editing (see [7]). For example, in [7], a method for obtaining the latest password is notified, such as checking an email sent from the user who has changed to the latest password. This notification content can be set arbitrarily, and may be any information that can be used as a hint for obtaining the latest password. For example, as shown in [3], it may be information that identifies the user who has changed to the latest password. Information specifying the date and time when the password was changed to the latest password may be used, or information may be arbitrarily combined.

また、[リスト削除]を押すことによりリストごと削除することもできる。   The list can also be deleted by pressing [Delete List].

なお、ここでは各メッセージに対して、[認証許可]、[表示場所]、[通知内容]を設定する構成としたが、設定項目はこれらに限定されない。また、ここではメッセージを画面上に表示する構成としたが、メッセージの通知方法も設定可能であり、例えば、画像形成装置30やコンピュータ端末20に予め設けたスピーカ等からメッセージを発音させる構成とすることもできる。   Note that, here, the configuration is such that [authentication permission], [display location], and [notification content] are set for each message, but the setting items are not limited to these. Although the message is displayed on the screen here, a message notification method can be set. For example, the message is generated from a speaker or the like provided in advance in the image forming apparatus 30 or the computer terminal 20. You can also.

このように、パスワード入力画面51でパスワードを入力すると、入力したパスワードが最新パスワードでなく、かつ、旧パスワードである場合は、パスワードが変更されていることを示すメッセージが通知されるため、ユーザはそのメッセージを参照して最新パスワードを取得することができる。また、エラー通知変更画面53で、旧パスワードが入力された場合の処置やメッセージの表示場所、メッセージの通知内容を設定することができるため、何度パスワードが変更されても適切な制御を行うことができる。   As described above, when the password is input on the password input screen 51, if the input password is not the latest password and the old password, a message indicating that the password has been changed is notified. The latest password can be obtained by referring to the message. In addition, on the error notification change screen 53, it is possible to set the action when the old password is input, the display location of the message, and the notification content of the message, so appropriate control is performed no matter how many times the password is changed. Can do.

次に、本実施例の認証システム10における認証方法の具体的な手順について、図6及び図7のフローチャート図を参照して説明する。本実施例の認証は、画像形成装置30のみで実行する場合と、コンピュータ端末20及び画像形成装置30で実行する場合がある。以下、個別に説明する。   Next, a specific procedure of the authentication method in the authentication system 10 of the present embodiment will be described with reference to the flowchart diagrams of FIGS. The authentication of this embodiment may be executed only by the image forming apparatus 30 or may be executed by the computer terminal 20 and the image forming apparatus 30. Hereinafter, it demonstrates individually.

[画像形成装置30のみで実行する場合]
この場合の認証手順は図6のフローチャート図のようになる。なお、最新パスワードと旧パスワードは予め画像形成装置30の記憶部34に登録されているものとする。
[When executed only by the image forming apparatus 30]
The authentication procedure in this case is as shown in the flowchart of FIG. It is assumed that the latest password and the old password are registered in the storage unit 34 of the image forming apparatus 30 in advance.

まず、ステップS101で、画像形成装置30の制御部は、表示部36に図3のパスワード入力画面51を表示させ、[A]欄で部門ID、パスワードの入力を受け付ける。   First, in step S101, the control unit of the image forming apparatus 30 displays the password input screen 51 of FIG. 3 on the display unit 36, and accepts the input of the department ID and password in the [A] column.

次に、ステップS102で、判定部37は、入力されたパスワードと記憶部34に予め登録されている最新パスワードとが一致するかをチェックする。   Next, in step S <b> 102, the determination unit 37 checks whether the input password matches the latest password registered in advance in the storage unit 34.

パスワードが一致する場合は、ステップS106で、画像形成装置30の利用を許可する。パスワードが一致しない場合は、ステップS103で、判定部37は、入力されたパスワードと記憶部34に登録されている旧パスワードとが一致するかをチェックする。   If the passwords match, the use of the image forming apparatus 30 is permitted in step S106. If the passwords do not match, in step S103, the determination unit 37 checks whether the input password matches the old password registered in the storage unit 34.

旧パスワードと一致しない場合は、ステップS107で、画像形成装置30の利用を許可しない。旧パスワードと一致する場合は、ステップS104で、判定部37は、その旧パスワードに対する認証許可(図5の[5]に表示される情報)が[許可する]であるか[許可しない]であるかをチェックする。   If it does not match the old password, the use of the image forming apparatus 30 is not permitted in step S107. If it matches the old password, in step S104, the determination unit 37 determines whether the authentication permission (information displayed in [5] in FIG. 5) for the old password is [Allow] or [No]. To check.

[許可しない]に設定されている場合、ステップS107で、画像形成装置30の利用を許可しない。[許可する]に設定されている場合、ステップS105で、判定部37は、その旧パスワードに対する表示場所(図5の[6]に表示される情報)が[装置]であるか[端末]であるかをチェックする。   If “not permitted” is set, the use of the image forming apparatus 30 is not permitted in step S107. If it is set to [Allow], in step S105, the determination unit 37 determines whether the display location for the old password (information displayed in [6] in FIG. 5) is [Device] or [Terminal]. Check if it exists.

[端末]である場合、ステップS107で、画像形成装置30の利用を許可しない。[装置]である場合、その旧パスワードに対する通知内容(図5の[7]に表示される情報)を図3のパスワード入力画面51の[B]欄に表示する。   If it is [terminal], the use of the image forming apparatus 30 is not permitted in step S107. If it is [apparatus], the notification content for the old password (information displayed in [7] in FIG. 5) is displayed in the [B] column of the password input screen 51 in FIG.

[画像形成装置30とコンピュータ端末20とで実行する場合]
この場合の認証手順は図7のフローチャート図のようになる。なお、図の網掛けのステップがコンピュータ端末20で実行される処理である。また、最新パスワードと旧パスワードは予め画像形成装置30の記憶部34に登録されているものとする。
[When executed by the image forming apparatus 30 and the computer terminal 20]
The authentication procedure in this case is as shown in the flowchart of FIG. It should be noted that the shaded steps in the figure are processes executed by the computer terminal 20. Further, it is assumed that the latest password and the old password are registered in the storage unit 34 of the image forming apparatus 30 in advance.

まず、ステップS301で、コンピュータ端末20の制御部は、表示部に図3のパスワード入力画面51を表示させ、[A]欄で部門ID、パスワードの入力を受け付け、ステップS302で、画像形成装置30へ入力された部門ID、パスワードを送信する。   First, in step S301, the control unit of the computer terminal 20 displays the password input screen 51 of FIG. 3 on the display unit, accepts the input of the department ID and password in the [A] field, and in step S302, the image forming apparatus 30. Send the department ID and password entered to.

画像形成装置30では、ステップS201で、コンピュータ端末20からの部門ID、パスワードを受信する。   In step S <b> 201, the image forming apparatus 30 receives the department ID and password from the computer terminal 20.

次に、ステップS202で、判定部37は、コンピュータ端末20から受信したパスワードと記憶部34に予め登録されている最新パスワードとが一致するかをチェックする。   Next, in step S <b> 202, the determination unit 37 checks whether the password received from the computer terminal 20 matches the latest password registered in advance in the storage unit 34.

パスワードが一致する場合は、ステップS206で、画像形成装置30の利用を許可する。パスワードが一致しない場合は、ステップS203で、判定部37は、受信したパスワードと記憶部34に登録されている旧パスワードとが一致するかをチェックする。   If the passwords match, the use of the image forming apparatus 30 is permitted in step S206. If the passwords do not match, the determination unit 37 checks whether or not the received password matches the old password registered in the storage unit 34 in step S203.

旧パスワードと一致しない場合は、ステップS207で、画像形成装置30の利用を許可しない。旧パスワードと一致する場合は、ステップS204で、判定部37は、その旧パスワードに対する認証許可(図5の[5]に表示される情報)が[許可する]であるか[許可しない]であるかをチェックする。   If it does not match the old password, the use of the image forming apparatus 30 is not permitted in step S207. If it matches the old password, in step S204, the determination unit 37 determines whether the authentication permission for the old password (information displayed in [5] in FIG. 5) is [Allow] or [No]. To check.

[許可しない]に設定されている場合、ステップS207で、画像形成装置30の利用を許可しない。[許可する]に設定されている場合、ステップS205で、判定部37は、その旧パスワードに対する表示場所(図5の[6]に表示される情報)が[装置]であるか[端末]であるかをチェックする。   If “not permitted” is set, the use of the image forming apparatus 30 is not permitted in step S207. If it is set to [Allow], in step S205, the determination unit 37 determines whether the display location for the old password (information displayed in [6] in FIG. 5) is [Device] or [Terminal]. Check if it exists.

[装置]である場合、その旧パスワードに対する通知内容(図5の[7]に表示される情報)を表示部36に表示する。なお、表示方法は任意であり、例えば、図3のパスワード入力画面51を表示して、その[B]欄に通知内容を表示することができる。   In the case of [device], the notification content (information displayed in [7] in FIG. 5) for the old password is displayed on the display unit 36. The display method is arbitrary. For example, the password input screen 51 in FIG. 3 can be displayed, and the notification content can be displayed in the [B] column.

[端末]である場合は、ステップS209で、旧パスワードに対する通知内容を、部門ID、パスワードを送信したコンピュータ端末20へ送信する。コンピュータ端末20では、ステップS303で、画像形成装置30からの通知内容を受信し、ステップS304で、受信した通知内容を表示部に表示する。   If it is [terminal], in step S209, the notification content for the old password is transmitted to the computer terminal 20 that transmitted the department ID and password. The computer terminal 20 receives the notification content from the image forming apparatus 30 in step S303, and displays the received notification content on the display unit in step S304.

これにより、旧パスワードを入力した利用者は、通知されるメッセージによりパスワードが変更されていることを確認でき、最新パスワードを取得した後、もう一度利用を試みることにより画像形成装置30を利用することができ、パスワードの変更に対して適切に対処することができる。また、最新パスワードでもなく旧パスワードでもないパスワードを入力した利用者に対してはメッセージが表示されないため、画像形成装置30の不正な利用を防止することができ、セキュリティを確保することができる。   Thus, the user who has input the old password can confirm that the password has been changed by the notified message, and can acquire the latest password and then use the image forming apparatus 30 by attempting to use it again. It is possible to cope with the change of the password appropriately. In addition, since a message is not displayed for a user who has entered a password that is neither the latest password nor the old password, unauthorized use of the image forming apparatus 30 can be prevented and security can be ensured.

なお、上記実施例では、画像形成装置30を含む認証システム10を例にして説明したが、本発明は上記実施例に限定されるものではなく、複数のユーザに利用される任意の処理装置を含むシステムに対して同様に適用することができる。   In the above embodiment, the authentication system 10 including the image forming apparatus 30 has been described as an example. However, the present invention is not limited to the above embodiment, and any processing apparatus used by a plurality of users can be used. The same can be applied to the including system.

本発明は、複数のユーザに利用される画像形成装置などの処理装置を含むシステム及び該システムにおける認証方法並びに認証プログラムに利用可能である。   The present invention is applicable to a system including a processing apparatus such as an image forming apparatus used by a plurality of users, an authentication method in the system, and an authentication program.

本発明の一実施例に係る認証システムの構成を模式的に示す図である。It is a figure which shows typically the structure of the authentication system which concerns on one Example of this invention. 本発明の一実施例に係る画像形成装置の認証に係る部分の構成を示すブロック図である。1 is a block diagram illustrating a configuration of a portion related to authentication of an image forming apparatus according to an embodiment of the present invention. FIG. 本発明の一実施例に係る画像形成装置(又はコンピュータ端末)の表示部に表示される画面(パスワード入力画面)の一例である。It is an example of the screen (password input screen) displayed on the display part of the image forming apparatus (or computer terminal) which concerns on one Example of this invention. 本発明の一実施例に係る画像形成装置(又はコンピュータ端末)の表示部に表示される画面(パスワード変更画面)の一例である。It is an example of the screen (password change screen) displayed on the display part of the image forming apparatus (or computer terminal) which concerns on one Example of this invention. 本発明の一実施例に係る画像形成装置(又はコンピュータ端末)の表示部に表示される画面(エラー通知変更画面)の一例である。It is an example of the screen (error notification change screen) displayed on the display unit of the image forming apparatus (or computer terminal) according to an embodiment of the present invention. 本発明の一実施例に係る認証システム(画像形成装置のみの場合)における認証方法の具体的手順を示すフローチャート図である。It is a flowchart figure which shows the specific procedure of the authentication method in the authentication system (in the case of only an image forming apparatus) concerning one Example of this invention. 本発明の一実施例に係る認証システム(画像形成装置及びコンピュータ端末の場合)における認証方法の具体的手順を示すフローチャート図である。It is a flowchart figure which shows the specific procedure of the authentication method in the authentication system (in the case of an image forming apparatus and a computer terminal) concerning one Example of this invention.

符号の説明Explanation of symbols

10 認証システム
20 コンピュータ端末
30 画像形成装置
31 CPU
32 ROM
33 RAM
34 記憶部
35 操作部
36 表示部
37 判定部
40 通信ネットワーク
51 パスワード入力画面
52 パスワード変更画面
53 エラー通知画面
DESCRIPTION OF SYMBOLS 10 Authentication system 20 Computer terminal 30 Image forming apparatus 31 CPU
32 ROM
33 RAM
34 storage unit 35 operation unit 36 display unit 37 determination unit 40 communication network 51 password input screen 52 password change screen 53 error notification screen

Claims (12)

認証情報に基づく認証処理によって利用が制限される装置を含む認証システムにおいて、
入力された認証情報と予め登録された認証情報とを比較し、前記入力された認証情報が最新の認証情報でなく、かつ、以前に設定された認証情報である場合に、認証情報が変更されたことを示すメッセージを通知する判定部と、
前記以前に設定された認証情報の各々に対して、前記メッセージを通知するか否かを選択可能にする選択部と、を備え、
前記判定部は、前記メッセージを通知する旨の選択された認証情報が入力された場合に、前記メッセージを通知する、ことを特徴とする認証システム。
In an authentication system including a device whose use is restricted by authentication processing based on authentication information,
The authentication information entered is compared with the authentication information registered in advance, and the authentication information is changed when the input authentication information is not the latest authentication information and is previously set authentication information. A determination unit that notifies a message indicating that,
For each of the previously set authentication information, and a selection unit that allows selection or or not to notify the message,
The determination unit, an authentication system authentication information selected to the effect of notifying the message has been the case with the input notifies the message, it is said.
前記メッセージは、前記最新の認証情報に変更したユーザを特定する情報を含む、ことを特徴とする請求項1に記載の認証システム。   The authentication system according to claim 1, wherein the message includes information for specifying a user who has changed to the latest authentication information. 前記メッセージは、前記最新の認証情報に変更した日時を特定する情報を含む、ことを特徴とする請求項1又は2に記載の認証システム。   The authentication system according to claim 1, wherein the message includes information for specifying a date and time when the message is changed to the latest authentication information. 前記メッセージは、前記最新の認証情報を取得する方法を特定する情報を含む、ことを特徴とする請求項1乃至3のいずれか一に記載の認証システム。   The authentication system according to claim 1, wherein the message includes information for specifying a method for acquiring the latest authentication information. 認証情報に基づく認証処理によって利用が制限される装置を含む認証システムにおける、前記認証情報を用いた認証方法であって、
最新の認証情報を登録する第1ステップと、
入力部により、認証情報を入力させる第2ステップと、
判定部により、入力された認証情報と予め登録された認証情報とを比較し、前記入力された認証情報が前記最新の認証情報でなく、かつ、以前に設定された認証情報である場合に、認証情報が変更されたことを示すメッセージを通知する第3ステップと、を少なくとも有し、
前記第1ステップでは、選択部により、前記以前に設定された認証情報の各々に対して、前記メッセージを通知するか否かを選択し、
前記第3ステップでは、前記メッセージを通知する旨の選択された認証情報が入力された場合に、前記メッセージを通知する、ことを特徴とする認証方法。
An authentication method using the authentication information in an authentication system including an apparatus whose use is restricted by authentication processing based on authentication information,
A first step of registering the latest authentication information;
A second step of inputting authentication information by the input unit;
The determination unit compares the input authentication information with the pre- registered authentication information, and when the input authentication information is not the latest authentication information and is the authentication information set previously, And at least a third step of notifying a message indicating that the authentication information has been changed,
In the first step, by the selection unit, for each of the set authentication information to the previously select whether or not to notify the message,
Wherein in the third step, the authentication method that the authentication information selected to the effect that notifies the message has been that if it is entered, and notifies the message, it is said.
前記メッセージは、前記最新の認証情報に変更したユーザを特定する情報を含む、ことを特徴とする請求項5に記載の認証方法。   The authentication method according to claim 5, wherein the message includes information specifying a user who has changed to the latest authentication information. 前記メッセージは、前記最新の認証情報に変更した日時を特定する情報を含む、ことを特徴とする請求項5又は6に記載の認証方法。   The authentication method according to claim 5 or 6, wherein the message includes information for specifying a date and time when the message is changed to the latest authentication information. 前記メッセージは、前記最新の認証情報を取得する方法を特定する情報を含む、ことを特徴とする請求項5乃至7のいずれか一に記載の認証方法。   The authentication method according to claim 5, wherein the message includes information specifying a method for acquiring the latest authentication information. 認証情報に基づく認証処理によって利用が制限される装置を含むシステムで動作する認証プログラムであって、
コンピュータを、
入力された認証情報と予め登録された認証情報とを比較し、前記入力された認証情報が最新の認証情報でなく、かつ、以前に設定された認証情報である場合に、認証情報が変更されたことを示すメッセージを通知する判定部、
前記以前に設定された認証情報の各々に対して、前記メッセージを通知するか否かを選択可能にする選択部、として機能させ、
前記判定部は、前記メッセージを通知する旨の選択された認証情報が入力された場合に、前記メッセージを通知する、ことを特徴とする認証プログラム。
An authentication program that operates in a system including a device whose use is restricted by an authentication process based on authentication information,
Computer
The authentication information entered is compared with the authentication information registered in advance, and the authentication information is changed when the input authentication information is not the latest authentication information and is previously set authentication information. A determination unit that notifies a message indicating that,
For each of the previously set authentication information, selection unit that allows selection or or not to notify the message, to function as,
The determination unit, authentication program authentication information selected to the effect of notifying the message has been that if it is entered, and notifies the message, it is said.
前記メッセージは、前記最新の認証情報に変更したユーザを特定する情報を含む、ことを特徴とする請求項9に記載の認証プログラム。   The authentication program according to claim 9, wherein the message includes information for specifying a user who has changed to the latest authentication information. 前記メッセージは、前記最新の認証情報に変更した日時を特定する情報を含む、ことを特徴とする請求項9又は10に記載の認証プログラム。   11. The authentication program according to claim 9, wherein the message includes information specifying a date and time when the message is changed to the latest authentication information. 前記メッセージは、前記最新の認証情報を取得する方法を特定する情報を含む、ことを特徴とする請求項9乃至11のいずれか一に記載の認証プログラム。   12. The authentication program according to claim 9, wherein the message includes information for specifying a method for acquiring the latest authentication information.
JP2008145523A 2008-06-03 2008-06-03 Authentication system, authentication method, and authentication program Expired - Fee Related JP4623437B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2008145523A JP4623437B2 (en) 2008-06-03 2008-06-03 Authentication system, authentication method, and authentication program
US12/408,014 US20090300734A1 (en) 2008-06-03 2009-03-20 Authentication system, authentication method and computer-readable storage medium storing authentication program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008145523A JP4623437B2 (en) 2008-06-03 2008-06-03 Authentication system, authentication method, and authentication program

Publications (2)

Publication Number Publication Date
JP2009294746A JP2009294746A (en) 2009-12-17
JP4623437B2 true JP4623437B2 (en) 2011-02-02

Family

ID=41381537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008145523A Expired - Fee Related JP4623437B2 (en) 2008-06-03 2008-06-03 Authentication system, authentication method, and authentication program

Country Status (2)

Country Link
US (1) US20090300734A1 (en)
JP (1) JP4623437B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5555617B2 (en) * 2010-12-27 2014-07-23 東日本電信電話株式会社 Authentication migration system, authentication migration method, and authentication migration device
JP5782783B2 (en) * 2011-03-31 2015-09-24 カシオ計算機株式会社 Touch processing apparatus and program
JP6136781B2 (en) * 2013-09-03 2017-05-31 株式会社リコー Image processing apparatus authentication system and image processing apparatus
WO2015166552A1 (en) * 2014-04-30 2015-11-05 楽天株式会社 Information processing device, information processing method, program, recording medium, and password input device
JP6135715B2 (en) * 2015-07-10 2017-05-31 カシオ計算機株式会社 User authentication apparatus and program
JP7014389B2 (en) * 2017-02-17 2022-02-01 コニカミノルタ株式会社 Image forming equipment, information processing systems and programs
US11347879B2 (en) * 2018-09-07 2022-05-31 Truist Bank Determining the relative risk for using an originating IP address as an identifying factor

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005050121A (en) * 2003-07-28 2005-02-24 Kyocera Mita Corp Password management device, method and program
JP2006099356A (en) * 2004-09-29 2006-04-13 Fuji Xerox Co Ltd Computer program for password management and information processing system and its password management device and method
JP2006185330A (en) * 2004-12-28 2006-07-13 Kyocera Mita Corp Password management device, and its management method and management program

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5719941A (en) * 1996-01-12 1998-02-17 Microsoft Corporation Method for changing passwords on a remote computer
US6594765B2 (en) * 1998-09-29 2003-07-15 Softvault Systems, Inc. Method and system for embedded, automated, component-level control of computer systems and other complex systems
FI990810A (en) * 1999-04-13 2000-10-14 Nokia Networks Oy Procedure and system for updating information in a telephone central system
US7275258B2 (en) * 2001-07-19 2007-09-25 International Business Machines Corporation Apparatus and method for multi-threaded password management
US7206791B2 (en) * 2002-01-17 2007-04-17 International Business Machines Corporation System and method for managing and securing meta data
US20040210776A1 (en) * 2003-04-08 2004-10-21 Rachana Shah System and method for editing a profile
US20070174901A1 (en) * 2006-01-20 2007-07-26 Chang David Y System and method for automatic wireless network password update
US8218165B2 (en) * 2007-03-26 2012-07-10 Ricoh Company, Ltd. Interruption management method for an image forming apparatus
US10055595B2 (en) * 2007-08-30 2018-08-21 Baimmt, Llc Secure credentials control method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005050121A (en) * 2003-07-28 2005-02-24 Kyocera Mita Corp Password management device, method and program
JP2006099356A (en) * 2004-09-29 2006-04-13 Fuji Xerox Co Ltd Computer program for password management and information processing system and its password management device and method
JP2006185330A (en) * 2004-12-28 2006-07-13 Kyocera Mita Corp Password management device, and its management method and management program

Also Published As

Publication number Publication date
JP2009294746A (en) 2009-12-17
US20090300734A1 (en) 2009-12-03

Similar Documents

Publication Publication Date Title
JP4623437B2 (en) Authentication system, authentication method, and authentication program
US8132230B2 (en) Image processor
US8717593B2 (en) Maintaining security of scanned documents
US8423781B2 (en) Image forming apparatus, method for validating IC card holder, and computer program product thereof
US20070140557A1 (en) Data communication system, device, and method
US8867060B2 (en) Information processing apparatus that prevents unauthorized access, method of controlling the same, and storage medium
JP2005316952A (en) Information processing apparatus, resource management apparatus, attribute modifiability determination method, attribute modifiability determination program, and recording medium
US20130125234A1 (en) Image forming apparatus, image forming apparatus control method, and storage medium storing program
JP6578849B2 (en) Information processing apparatus and program
JP2007237685A (en) Image forming device, method of maintaining confidentiality of image forming device, program, and storage medium for storing program therein
JP2009042991A (en) Image processing apparatus and management system thereof
CN106878144A (en) Image processing equipment and its control method
JP2009303141A (en) Image forming apparatus, image processing system, customizing method and computer program
US20160044044A1 (en) Information processing apparatus, method for controlling information processing apparatus, and storage medium
JP2011077908A (en) Image forming apparatus, control method of image forming apparatus and program
US11153461B2 (en) Image processing apparatus, method of controlling same, and storage medium
US10484432B2 (en) Security information update system, information processing device, security information update method, and security information update program
JP5562068B2 (en) Image processing apparatus, image processing apparatus control method, and program
US20180063137A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
JP2012063863A (en) Information processing equipment, authentication control method and authentication control program
JP2009020744A (en) Portable information processor, electronic equipment, operation control method, and operation control program
JP6308144B2 (en) Electronic device and authentication method in electronic device
US11616894B1 (en) Method and apparatus to add machine readable codes to limit reproduction of documents
US20240056801A1 (en) Information processing apparatus, control method for information processing apparatus, and storage medium
JP2024120649A (en) Information processing device, information processing system, and information processing method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100421

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100427

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100625

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100723

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100915

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20101008

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20101021

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131112

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees