|
@@ -248,9 +248,9 @@ public class PushUtils {
|
|
|
gson.toJson(pushArbitraryData));
|
|
|
}
|
|
|
} else if (remoteOperationResult.getCode() ==
|
|
|
- RemoteOperationResult.ResultCode.ACCOUNT_USES_OLD_LOGIN) {
|
|
|
+ RemoteOperationResult.ResultCode.ACCOUNT_USES_STANDARD_PASSWORD) {
|
|
|
arbitraryDataProvider.storeOrUpdateKeyValue(account.name,
|
|
|
- AccountUtils.ACCOUNT_USES_OLD_LOGIN, "true");
|
|
|
+ AccountUtils.ACCOUNT_USES_STANDARD_PASSWORD, "true");
|
|
|
}
|
|
|
} catch (com.owncloud.android.lib.common.accounts.AccountUtils.AccountNotFoundException e) {
|
|
|
Log_OC.d(TAG, "Failed to find an account");
|