Page MenuHomePhabricator

D18904.id45320.diff
No OneTemporary

D18904.id45320.diff

diff --git a/resources/sql/autopatches/20180121.auth.05.accountnuke.sql b/resources/sql/autopatches/20180121.auth.05.accountnuke.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20180121.auth.05.accountnuke.sql
@@ -0,0 +1,5 @@
+ALTER TABLE {$NAMESPACE}_user.user
+ DROP passwordSalt;
+
+ALTER TABLE {$NAMESPACE}_user.user
+ DROP passwordHash;
diff --git a/src/applications/people/storage/PhabricatorUser.php b/src/applications/people/storage/PhabricatorUser.php
--- a/src/applications/people/storage/PhabricatorUser.php
+++ b/src/applications/people/storage/PhabricatorUser.php
@@ -29,8 +29,6 @@
protected $userName;
protected $realName;
- protected $passwordSalt;
- protected $passwordHash;
protected $profileImagePHID;
protected $defaultProfileImagePHID;
protected $defaultProfileImageVersion;
@@ -217,8 +215,6 @@
self::CONFIG_COLUMN_SCHEMA => array(
'userName' => 'sort64',
'realName' => 'text128',
- 'passwordSalt' => 'text32?',
- 'passwordHash' => 'text128?',
'profileImagePHID' => 'phid?',
'conduitCertificate' => 'text255',
'isSystemAgent' => 'bool',

File Metadata

Mime Type
text/plain
Expires
Mar 30 2025, 5:40 PM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7389886
Default Alt Text
D18904.id45320.diff (1 KB)

Event Timeline