How to Add Change Password Option in Oracle Apex Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 1

  • @theostienissen7277
    @theostienissen7277 10 หลายเดือนก่อน +1

    1. Never store plain text passwords in a table, but use a hash algorithm and compare the hashes.
    2. PL/SQL: if then return true; else return false; end if;. Return the boolean condition instead
    3. Add an exception handler