Fintech口座振替管理システム

データベース接続テスト

🔗 データベース接続テスト
✅ データベース接続成功
接続情報:
ホスト: localhost
データベース: fintech_system
文字コード: utf8mb4
ユーザー: root
🏗️ テーブル構造確認
✅ テーブル検出成功 (13個)
No.テーブル名説明
1bank_transfer_applications口座振替申込管理
2contracts契約管理
3customers顧客マスター
4email_auth不明
5security_event_types不明
6security_events不明
7sms_deliveriesSMS配信管理
8system_logsシステムログ
9system_settingsシステム設定
10trusted_devices不明
11two_factor_auth不明
12user_sessionsセッション管理
13usersシステムユーザー管理
👤 初期ユーザーデータ確認
✅ ユーザーデータ確認成功 (2件)
IDユーザー名表示名メール権限状態作成日
1admin管理者admin@finetech.co.jpadmin有効2025-09-06 09:11:54
2operatorオペレーターoperator@finetech.co.jpoperator有効2025-09-06 09:11:54
⚙️ システム設定データ確認
✅ システム設定確認成功 (28件)
設定キー設定値タイプ説明
2fa_enabledtruebooleanTwo-Factor Authentication機能の有効/無効
2fa_grace_period30integer2FA導入猶予期間(日)
account_lockout_duration1800integerアカウントロック時間(秒)
cuenote_auth_key1E55DAC8853B1DBEA76A7986862D6F5431E7B617BF60A8D916B2DA1BB7B72BB0stringCuenote SMS認証キー
cuenote_connection_id67f39076873f520e0d0d7ca8stringCuenote SMS接続ID
gmail_client_id751748117049-pqhe2jb6vssfs6clrmbckvmtqg62jnfg.apps.googleusercontent.comstringGmail OAuth Client ID
gmail_client_secretGOCSPX-oTqK0JB3LTglDoQLy_jD_U_i6WTbstringGmail OAuth Client Secret
gmail_redirect_urihttps://finetech.lol/fintech/api/gmail-callback.phpstringGmail OAuth Redirect URI
max_login_attempts5integer最大ログイン試行回数
notification_failed_logintruebooleanログイン失敗通知
operating_hours_end20:00string運用終了時間
operating_hours_start10:00string運用開始時間
password_min_length*integerパスワード最小文字数
password_require_complexity****booleanパスワード複雑性要求
security_log_retention90integerセキュリティログ保持期間(日)
session_timeout3600integerセッションタイムアウト(秒)
session_timeout_default3600integerデフォルトセッションタイムアウト(秒)
smbc_company_codeabcdefghstringSMBC収納企業コード
smbc_contract_code1234567stringSMBC契約コード
smbc_password************stringSMBCショップパスワード
sms_retry_max3integerSMS最大リトライ回数
smtp_from_emailsystemkeiri130@gmail.comstringFrom email address (same as username)
smtp_from_nameFinTech SecuritystringDisplay name for outgoing emails
smtp_hostsmtp.gmail.comstringSMTP server hostname
smtp_password************stringGmail App Password (16 characters)
smtp_port587stringSMTP server port (TLS)
smtp_usernamesystemkeiri130@gmail.comstringGmail address for SMTP authentication
trusted_device_duration2592000integer信頼済みデバイス有効期間(秒・30日)
🐘 PHP環境情報
PHP環境:
PHP版: 8.1.2-1ubuntu2.22
サーバー: Apache/2.4.52 (Ubuntu)
ドキュメントルート: /var/www/html/fintech
現在のディレクトリ: /var/www/html/fintech
タイムゾーン: Asia/Tokyo
現在時刻: 2025-09-19 11:34:29
🚀 次のステップ
データベース接続テスト完了!
次は以下の機能実装を進めます:
1. ログイン機能の実装
2. セッション管理機能
3. 管理画面レイアウト作成
4. 基本的な認証機能
ログイン画面へ管理画面へ
データベース接続テスト実行日時: 2025年09月19日 11:34:29