Scripted an existing user. Cut/pasted the CREATE USER statement into an editor window and it fails syntax check. This is true in both 17.0 and 17.1.451.2700 beta.
CREATE USER EFUDD
IDENTIFIED BY VALUES 'S:D86648D5546AFD1E275E2E57072D416A668ED0BC950E4F0E288AFC84418F;T:4B8A88CD953F4801EC6D4930FC4037C30F3FFFF299602F94907F577D4745109230167AE24DD033CC8072CCB793EBC03F744BC4E559C7259891ECA4376680D892199A12DFAB7BBEDCF8D17DBED00C89AD'
HTTP DIGEST DISABLE
DEFAULT TABLESPACE USERS
TEMPORARY TABLESPACE TEMP
PROFILE END_USER
ACCOUNT UNLOCK;
BTW, the statement executes successfully.