Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Idempiere 3.1。在我的表中,我有密码列。我将它设置为字符串。在窗口中,它向用户显示值/字符。密码的参考类型应该是什么?或者有没有其他解决方案。
转到 Window -> Tab -> Field 并将Encrypted标志标记为true。如果要在数据库中对其进行加密,可以使用Table And Column -> Column -> Run Process 按钮中的列加密选项。
转到 Window -> Tab -> Field 并将Encrypted标志标记为 true。如果你想让它在数据库中加密,你可以使用“安全内容”标志。不要忘记同步列。